Categories
Recent Posts
Recent Comments
Archives
Tags
Tag Archives: cross domain
Cross domain requests with jquery
I was looking for something to do that after I found out that my app which basically works as a widget that is loaded as a javascript source does not work on IE.The script operates completely in background serving output into div container based on user interaction. No problem on any other browser than IE. Continue reading
Json Proxy for cross domain ajax requests
Due to stupid IE default same origin policy, you cannot just go and write yourself simple ajax scripts making calls in the background to other websites. It will work nicely on every other browser I use with no problems, but then guess what – theres Internet Explorer – right… Continue reading