2
votes
3answers
1k views
Can I change the headers of the HTTP request send by the browser?
I'm looking into a restful design and would like to use the HTTP methods (POST, GET, ...) and HTTP headers as much as possible. I already found out that the HTTP methods PUT and DELETE are not supp …
