Question

I have an iFrame and, understandably, I can't edit the elements.

Is there a work around for this, like using some sort of proxy? I would need it to work for any website and have things like sessions and cookie data persist (for logins etc).

Is it at all possible?

Was it helpful?

Solution

Nup, and you can't use CORS because it is only supported by XHR.

Same Origin Policy is going to stop you, and rightfully so.

If you could proxy the site through your own domain, protocol and port, it'd work, but that is often quite difficult.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top