HTTPRequest()

Just starting out? Need help? Post your questions and find answers here.
Joubarbe
Posts: 12
Joined: Fri Sep 25, 2020 1:35 pm

HTTPRequest()

Post 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?
Joubarbe
Posts: 12
Joined: Fri Sep 25, 2020 1:35 pm

Re: HTTPRequest()

Post by Joubarbe »

I'm beginning to think that my questions are really stupid :)
Post Reply