Page 1 of 1

HttpRequest not work :(

Posted: Sun Jun 28, 2015 7:16 pm
by holzhacker
Dear,

I am PureBasic lover a few years.

About to start a new project here and would like to use SpiderBasic web part of it, but in my tests I could not get HttpRequest data is on localhost: http://localhost/clientes/api/getserial ... index=0X02

My question is this HttpRequest functional in this version available for download or only in the purchased version?

Re: HttpRequest not work :(

Posted: Mon Jun 29, 2015 12:27 pm
by the.weavster
This may be your problem: CORS

Re: HttpRequest not work :(

Posted: Tue Jun 30, 2015 12:40 am
by tj1010
Javascript can only do cross-domain with HTML5 websockets, and IFRAME URL passing which has the byte size limitation of HTTP GET

Re: HttpRequest not work :(

Posted: Tue Nov 24, 2015 3:19 pm
by Fred
We need more info, especially a small snippet showing your issue.