Trying to use 'Postman' and having trouble setting Basic access authentication Headers

后端 未结 4 778
渐次进展
渐次进展 2020-12-13 19:29

I have an API endpoint that I am trying to test with the google app: \'Postman\'. I need to set the headers which use \'Basic authentication\'. I am not sure what should go

4条回答
  •  盖世英雄少女心
    2020-12-13 19:37

    It's 2019 and with Version 6.5.3 we have a separate tab to use different kind of Authentication techniques.

    For basic auth you just have to give username and password after selecting "Basic Auth" under Authentication tab

提交回复
热议问题