how to get access token for here-api using postman

风格不统一 提交于 2021-02-08 08:44:18

问题


don't give me this link https://developer.here.com/documentation/authentication/dev_guide/topics/using-postman.html guide in this link in not working with postman

my postman version

my valid Credentials.propeties
here.access.key.id = V0qAiqfSzIFVv5dPjZ3XmQ
here.access.key.secret=XualuioK9BU9gxw5xjN3oViSRb6HPgTiWsWG5bBWL5G7kr5nsJpoWpCsli5ISQnQ8JlrX2mScSOdDqJAnKvIGA
here.token.endpoint.url = https://account.api.here.com/oauth2/token
same as in guide my Authorization Headers Body

Response from server Console detailed log about request


回答1:


On the Authorization tab I see you have checked "Add empty parameters to signature" and unchecked "Encode the parameters in the Authorization header".

your Auth tab

Only "Encode the parameters in the Authorization header" should be checked.

Let me know if that fixes it. I also verified this still works with the latest version of Postman v7.34.0 .

Disclosure: I'm a product manager at HERE Technologies



来源:https://stackoverflow.com/questions/64593999/how-to-get-access-token-for-here-api-using-postman

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!