I think I found a #curl confusing behavior.
I'm doing a DELETE request, the web server I'm writing does a
303 See Other
Location: /login
For that.
Which to my understanding should do a GET(???). But curl attempts to do a DELETE anyway on /login.
???
I'm doing a DELETE request, the web server I'm writing does a
303 See Other
Location: /login
For that.
Which to my understanding should do a GET(???). But curl attempts to do a DELETE anyway on /login.
???
1