When I make DELETE request, server response with 403 error. I've this error on GET and POST, because I forgot to add User-Agent header, but this didn't help with DELETE request. What headers are necessary to perform valid HTTP DELETE request?
When I make DELETE request, server response with 403 error. I've this error on GET and POST, because I forgot to add User-Agent header, but this didn't help with DELETE request. What headers are necessary to perform valid HTTP DELETE request?