django - change content inside a iframe
- by fabriciols
Hello guys,
I have a site running in django, and want to make available this content on third party site.
In these sites they make my content in a tag.
When my site is required from within that iframe I would like to modify the content (remove header, filter data, etc.).
What better way to do this?
Is there any way of knowing that the request is being made from an iframe?
Multiples sites will request the same url, can i change the content, based on the source site?
thanks!
ps.: sorry for my bad english :/