HttpRequest not work :(

Just starting out? Need help? Post your questions and find answers here.
holzhacker
Posts: 1
Joined: Wed Jul 02, 2014 12:51 am

HttpRequest not work :(

Post 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?
the.weavster
Posts: 229
Joined: Sat Mar 01, 2014 3:02 pm

Re: HttpRequest not work :(

Post by the.weavster »

This may be your problem: CORS
tj1010
Posts: 218
Joined: Wed May 27, 2015 1:36 pm
Contact:

Re: HttpRequest not work :(

Post by tj1010 »

Javascript can only do cross-domain with HTML5 websockets, and IFRAME URL passing which has the byte size limitation of HTTP GET
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: HttpRequest not work :(

Post by Fred »

We need more info, especially a small snippet showing your issue.
Post Reply