Not able to make request from postman using the spring boot

Not able to make request using the postman in the spring boot it shows 401 unauthorize

Did you switch to public port? If not try switching to public port and then:

  1. Cltr + p (cmd + p) to bring the search up in idx
  2. Search for request token
  3. Use that token for authorization

This should fix the issue

1 Like

Thanks :+1: it just worked!

1 Like

Public port is the correct answer here!

Also note that tokens live for less than an hour