How to turn on GET,POST,OPTIONS,PUT,DELETE,HEAD.
HI,
I have a customer that needs GET,POST,OPTIONS,PUT,DELETE,HEAD. turned on. I've never heard of this before.
Any idea how to get this done?
-
Hey there! Can I get a bit more context on what this is in regards to? Is this FTP connections, or Apache, and where specifically aren't they seeing these working? 0 -
Hey there! Can I get a bit more context on what this is in regards to? Is this FTP connections, or Apache, and where specifically aren't they seeing these working?
Thanks for the reply. They said it's Apache related. Here is more details on the error: Request Method: PUT Status Code: 403 Forbidden Remote Address: 123.123.123.1:443 (changed for privacy) Referrer Policy: strict-origin-when-cross-origin0 -
Thanks for the additional details. Do they have anything odd in their local .htaccess that could be restricting this? If so, could you try adding this to the end o the file to see if that changes the behavior? Order allow,deny Allow from all
0
Please sign in to leave a comment.
Comments
3 comments