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?
HttpRequest not work :(
-
- Posts: 229
- Joined: Sat Mar 01, 2014 3:02 pm
Re: HttpRequest not work :(
This may be your problem: CORS
Re: HttpRequest not work :(
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 :(
We need more info, especially a small snippet showing your issue.