Hi, ISOLATION is a security principle applicable in all modern browsers and preventing a client-side running entity to query a different domain. It will only be allowed to query the emitting server. People are also referring to "cross-domain scripting" for that specific topic and its limitations. I am looking for a way to bypass that. I spent some time in trying all existing client-side technologies but no success; all of them where restricted by isolation principle: javascript, ajax, flash ... Question: can someone help me to progress? Any idea on how to approach this?
so far one of the closest thing i have come across is cURL but that is more server-side oriented i do believe.
Hi, CURL is server side I am looking for a way to do it client-side (browser) Thank you for you contribution to my progress anyway ;-)
I think a custom browser plugin/add-on (that the user has to accept installation of) would be the only way to do this on the client-side