You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been a while since I've looked at this but as I recall there was a fundamental limitation around prepared requests: I think that Requests itself does some things after the prepared request object is created which could invalidate parts of the signing process. Therefore we don't use prepared requests at all in the implementation. Instead we implement our own session.
In regular requests one can prepare a request using parameters from a session to be sent later:
When I attempt to use an OAUTH1 session to prepare the request, it won't sign it and apply necessary headers/params.
The text was updated successfully, but these errors were encountered: