403 Error when GET authorize endpoint
-
*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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘403 Error when GET authorize endpoint’ is closed to new replies.