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.