Skip Menu |

This queue is for tickets about the Net-OAuth-Simple CPAN distribution.

Report information
The Basics
Id: 59599
Status: resolved
Priority: 0/
Queue: Net-OAuth-Simple

People
Owner: simonw [...] cpan.org
Requestors: notbenh [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: _make_request should not specify Content for post requsets
By plugging all params in to the body you side step HRC:POST's ability to pick the right header items thus and instead instruct it to push everything in to the payload of the request. I'm sure that this method works for very simple cases where a payload is not required, but will break anything that needs to define it's own payload or has any header modifications. http://github.com/notbenh/Net-OAuth- Simple/commit/c2a381d2b1a3dbd263cc8858bbde812f8c400139 -- benh~
This should be fixed in r5581 (I modified your patch slightly when I also added PUT and DELETE support for someone else) If you could test it here https://svn.unixbeard.net/simon/Net-OAuth-Simple/ and let me know if it works for you then I'll release.
Released 1.5 which should fix this. Thanks! Simon