Skip Menu |

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

Report information
The Basics
Id: 33943
Status: new
Priority: 0/
Queue: OAuth-Lite

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

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



Subject: No Content-Length header sent for requests
Fire Eagle at least requires that a Content-Length header be sent as part of the request. This is easy - add $headers->header( "Content-Length" => length( $content ) ); in gen_oauth_request at the end.