Page 1 of 1

HTTPRequest()

Posted: Fri Sep 25, 2020 2:02 pm
by Joubarbe
Hi,

So I have hard times understanding how to properly interpret an HTTP request sent from SpiderBasic. Two problems I have:

1. GET and POST are fine. PUT and DELETE send an OPTIONS method, and no parameters. Why not a proper PUT / DELETE?
2. Passing a custom headers map changes the HTTP method to OPTIONS, and I don't see how to retrieve the value (ie. I only see the key, as an Access-Control-Request-Headers). For instance I'd like to add a Content-Type header.

I'd also like to know what is the "&_=1601043491127" part in the header?

Re: HTTPRequest()

Posted: Sun Sep 27, 2020 11:27 am
by Joubarbe
I'm beginning to think that my questions are really stupid :)