Skip Menu |

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

Report information
The Basics
Id: 79611
Status: new
Priority: 0/
Queue: Net-OAuth-Simple

People
Owner: Nobody in particular
Requestors: thilo [...] cpan.org
Cc:
AdminCc:

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



Subject: How to POST data
Not sure if this is a bug or a question (which I suppose makes it a documentation bug), but I was unable to figure out how to make POST requests. I can do $self->_make_restricted_request($url, 'POST'); but that has no request body. $self->_make_restricted_request($url, 'POST', foo => 'bar'); sets a header, not a form parameter in the body. How does one specify the request body (for arbitrary data and for form-encoded parameters)?