Testing spring security with Postman

后端 未结 4 2322
渐次进展
渐次进展 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条回答
  •  萌比男神i
    2021-02-13 02:20

    When using basic auth on postman, you will set the credentials on the authorization tab. Click on Authorization, choose the type as Basic Auth, the credentials section will be displayed for you to key in the username and password.

提交回复
热议问题