Sending JWT token in the headers with Postman

后端 未结 12 1778
借酒劲吻你
借酒劲吻你 2020-12-07 07:38

I\'m testing an implementation of JWT Token based security based off the following article. I have successfully received a token from the test server. I can\'t figure out ho

12条回答
  •  伪装坚强ぢ
    2020-12-07 07:54

    For people who are using wordpress plugin Advanced Access Manager to open up the JWT Authentication.

    The Header field should put Authentication instead of Authorization

    AAM mentioned it inside their documentation,

    Note! AAM does not use standard Authorization header as it is skipped by most Apache servers. ...


    Hope it helps someone! Thanks for other answers helped me alot too!!

提交回复
热议问题