Skip to main content

I have an authentication problem with oauth2 during I did the steps well (client id, secret code ....) but when I authenticate the postman display this error in the image.

thank you for help

 

Hello @amirzou,

  1. Make sure that your site is set up with HTTPS protocol.
  2. The GET request you’re sending is through HTTP, while you receive the token through HTTPS.

Reply