I have been using Postman for some time now to access an API. I mainly use Postman online and I have a problem with the authorization to access the API.
Previously it worked from the “Authorization” tab (OAuth 2.0), I got the token and then I could do whatever I wanted. I haven’t changed anything on my side, but now the authorization doesn’t work anymore (Error: Request timed out). So I guess there has been a change on the Postman side ? Or broswer parameters ?
On the other hand, if I use the desktop app installed directly on the PC, it works with the same connection settings, I get the token. I tried with another browser for Postman online and I have the same problem (authorization and token retrieval impossible with Postman online but ok with the installed software).
Does anyone know where the problem might be coming from?