Bearer token in postman

后端 未结 4 2141
眼角桃花
眼角桃花 2021-02-06 21:40

I want to set a Bearer Token in postman

For some reason my Postman doesn\'t have the Bearer Token option in the Auth dropdown

4条回答
  •  面向向阳花
    2021-02-06 22:18

    I'm not sure if those 2 images are from the same Postman application or not but the Bearer Token feature only came in on version 5.3.0.

    You can just manually add an Authorization Request Header with a Bearer value.

    This is just a dummy value for demo purposes - The actual value should be Bearer + your token value.

    That should work without the need to use that option from the drop down list. This would only just replicate automatically, what you would be doing manually anyway.

提交回复
热议问题