Testing spring security with Postman

后端 未结 4 2267
渐次进展
渐次进展 2021-02-13 02:06

I have configured a form-base authentication using Spring security. It works fine when I log in using the login form in my web application.

It also works with cURL:

4条回答
  •  一向
    一向 (楼主)
    2021-02-13 02:25

    Finally I managed making Postman aware of authentication by using the Postman Interceptor chrome extension

    With the extension enabled (by clicking the satellite icon within the Postman App), you just need to log in using the login form of your web and then you can start using services that require authentication in Postman.

提交回复
热议问题