-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
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
HTTP 406 Not Acceptable Errors #177
Comments
Hi, are you using Google App Engine? We had an issue but it should be resolved now. |
No I was running locally and only had the issue when I hit
Notice I added |
Ah, gotcha, thanks. We will get that header added. |
I am using Php CURL method and tried by added Accept header but it won't work at all.I am getting this in response with 406 http status and Sometime it works and sometimes not. 406 Not Acceptable\r\nnginx\r\n\r\n\r\n |
@rajatmasih-web4realty Please open a new issue. |
When extending the the Client to send GET requests to
/v3/suppression/bounces
I am getting406 Not Acceptable
as a response. I see that the python library has added an Accept header. When I've done this to my local copy it seems to fix the problem. If this is the correct solution can you please add it to the lib\Client.php file please?The text was updated successfully, but these errors were encountered: