Does Evernote change the API validation for the Co

2019-07-11 20:10发布

问题:

Has Evernote changed the HTTP request header validation in the latest update? Our API call for getting access token has failed after the update. It seems the reason of the error is no Content-Length header in the request.

回答1:

This should be a side-effect of the Evernote's move to the cloud. Google's load balancers do some HTTP request validation that Evernote was not previously doing: https://cloud.google.com/compute/docs/load-balancing/http/

So for your case, adding the content-length header should fix the issue.



标签: evernote