Search found 2 matches

by QuimV
Wed Mar 23, 2016 9:33 pm
Forum: Feature Requests and Wishlists
Topic: Integrate Hubic access
Replies: 0
Views: 2591

Integrate Hubic access

Hubic (https://hubic.com/) is an excellent platform for cloud storage like Google Drive.
I think it would be an excellent feature to integrate into Siperbasic access to Hubic. You think?
:)
by QuimV
Mon Feb 29, 2016 6:45 pm
Forum: Coding Questions
Topic: Help needed
Replies: 4
Views: 3622

Re: Help needed

HTTPRequest is not working either.

My test scenario:

I execute a MockAServ web server on http port 9980 and then, execute this spiderbasic code (taken from help):
(MockAServ is available at- http://mockaserv.stschnell.de/.)


Procedure HttpGetEvent(Success, Result$, UserData)
Debug Success ...