We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WooCommerce 5.0.0 WordPress 5.6.2
I have more than 15 WebSites in WooCommerce works, but one of them when I send ALL POST request give me a error ( 406 Not Acceptable).
If I send the request with Insomnia/Postman Works and with RestSharp Library but with httpWebRequest (WooCommerce.net) not.
P.S : The hosting said that mod_security are disabled
The text was updated successfully, but these errors were encountered:
Well, I found solution.
I added in the Request Filter: request.Accept = "*/*";
request.Accept = "*/*";
Sorry, something went wrong.
No branches or pull requests
WooCommerce 5.0.0
WordPress 5.6.2
I have more than 15 WebSites in WooCommerce works, but one of them when I send ALL POST request give me a error ( 406 Not Acceptable).
If I send the request with Insomnia/Postman Works and with RestSharp Library but with httpWebRequest (WooCommerce.net) not.
P.S : The hosting said that mod_security are disabled
The text was updated successfully, but these errors were encountered: