Python Forum

Full Version: Api request redirect url
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I need some help with getting data from the website of my internet provider.
First I think I need to do a postrequest with my username and password as payload.
[Image: request1.png]
But I don’t get a response header with the Location and I think I need this url for the next step of authentication.
[Image: request2.png]

Thanks for the help!
The login use OAuth then you need more stuff like a token,look at Requests-OAuthlib or link