requests-oauth icon indicating copy to clipboard operation
requests-oauth copied to clipboard

Using header_auth=False with put hoists the PUT parameters into the query string

Open samuraisam opened this issue 13 years ago • 0 comments

When issuing a PUT request with header_auth=False, the PUT parameters are hoisted out of the body and into the GET parameters.

samuraisam avatar Oct 11 '12 18:10 samuraisam