Doing a requests.post with params returns 401
If I print request.url and follow it in a browser it works just fine.
The authorization is provided as an api key in an url parameter.
I can't figure out why the url would work just fine in the browser but not via requests. To clarify the url i'm following is the one that requests has built.