scalaj-http icon indicating copy to clipboard operation
scalaj-http copied to clipboard

Make .oauth lazily add headers to request

Open hoffrocket opened this issue 10 years ago • 2 comments

it currently signs and adds the Authorization header at the point at which it's called, so further changes to the request are not part of the signature and that will cause oauth failures.

hoffrocket avatar Nov 05 '15 15:11 hoffrocket

To add to this, like oauth_callback=oob is not part of the Authorization Header hence I am not able to generate a request_token because of a rejection from oauth provider saying "Missing callback".

tpravin avatar Nov 18 '16 17:11 tpravin

Any updates to this @hoffrocket ? :)

brodin avatar Feb 28 '18 17:02 brodin