Crossdomain request

Just starting out? Need help? Post your questions and find answers here.
cederavic
Posts: 30
Joined: Tue Feb 25, 2014 6:49 am

Crossdomain request

Post by cederavic »

Anyone know a way to make a crossdomain request?
I can't open rss feeds with HttpRequest due to browsers crossdomain policy...
This limit is present too if you load and image from another domain and try to draw on it or anything like change button image.
karu
Posts: 40
Joined: Mon Feb 24, 2014 10:16 pm

Re: Crossdomain request

Post by karu »

This is dirty way, but i use it until i found other possibility
http://www.purebasic.fr/english/viewtop ... &start=360
cederavic
Posts: 30
Joined: Tue Feb 25, 2014 6:49 am

Re: Crossdomain request

Post by cederavic »

I'll try this, thanks
Post Reply