• *I’m developing locally, so there’s no url link for the page I need help with.

    I can successfully make a GET request to the /oauth/authorize endpoint via Postman (I get the html for the wordpress login) but not via my python server (get 403 error). I see that the difference is the User-Agent, where in Postman, the value is ‘PostmanRuntime/7.24.1’ while from my python server, it’s ‘python-requests/2.2.1 CPython/2.7.5 Linux/4.19.76-linuxkit’. Why doesn’t it work w/ that User-Agent?

    • This topic was modified 4 years, 10 months ago by sliao.
Viewing 1 replies (of 1 total)
  • Thread Starter sliao

    (@sliao)

    I had to use a random other value (e.g. ‘my app oauth’), so it works now, but my question remains.

Viewing 1 replies (of 1 total)
  • The topic ‘403 Error when GET authorize endpoint’ is closed to new replies.