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:
- Cltr + p (cmd + p) to bring the search up in idx
- Search for request token
- Use that token for authorization
This should fix the issue
1 Like
Thanks it just worked!
1 Like
Public port is the correct answer here!
Also note that tokens live for less than an hour