in reply to Re^2: Are all .cgi helper modules unfit for http methods common in REST?
in thread Are all .cgi helper modules unfit for http methods common in REST?
If you're getting keyword set when processing a PUT request than your code (or HTTP::Request) is setting the content-type of the request to either multipart/form-data or application/x-www-form-urlencoded. You should set the content-type to something else (maybe text/xml).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Are all .cgi helper modules unfit for http methods common in REST?
by isync (Hermit) on Aug 13, 2010 at 09:49 UTC | |
Re^4: Are all .cgi helper modules unfit for http methods common in REST?
by isync (Hermit) on Aug 13, 2010 at 18:55 UTC | |
by Anonymous Monk on Aug 13, 2010 at 19:37 UTC |