Page 1 of 1

Crossdomain request

Posted: Wed Feb 26, 2014 9:23 pm
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.

Re: Crossdomain request

Posted: Thu Feb 27, 2014 1:31 pm
by karu
This is dirty way, but i use it until i found other possibility
http://www.purebasic.fr/english/viewtop ... &start=360

Re: Crossdomain request

Posted: Sat Mar 01, 2014 8:45 am
by cederavic
I'll try this, thanks