in reply to Re^2: HTTP::Request::Common : Specify POST fields separators ?
in thread HTTP::Request::Common : Specify POST fields separators ?
So, generate your own request body, as you were told. What you want is not HTTP, even if it nearly looks the same and you will probably be able to abuse HTTP tools to generate your custom request. You could start by generating a standard HTTP request, storing that into a variable, replace all "&" inside the body with newlines, and then sending that modified request over the wire. The very first reply looks like a good start point.
Alexander
|
|---|