Click to See Complete Forum and Search --> : IFRAME domain change
eewald
11-25-2003, 03:32 PM
Is there a way to force an iframe to believe it is from a different domain that it really is.
I have a iframe being served but I want to convince it that it really came from my server.
PeOfEo
11-25-2003, 06:45 PM
What are you trying to accomplish with this? Trying to fool some http referrer server variables? I am sort of missing the point of what you are doing.
eewald
11-26-2003, 07:54 AM
I have a js file and flash object served from a different location then the iframe. I'm trying to get around the security limitation that prevents them from communicating to each other.
TheBearMay
11-26-2003, 08:32 AM
For personal use you may be able to get it to work if you tell the browser that it's a Trusted Site.
PeOfEo
11-27-2003, 10:44 AM
well is there anyway you can get them on the same server because data on different machines will requires that the machines be connect. It would get messy.