in reply to Re: POSTing QueryString data using LWP::UserAgent
in thread POSTing QueryString data using LWP::UserAgent

It should not work since screamingeagle already uses request content to pass XML document. Thus parameters can't be passed as POST - there is no space for them in HTTP request.

This raises the question if screamingeagle is correct in his expectation that XML document should be passed as raw content of HTTP request. Maybe it should passed as POST parameter? Otherise if ASP page doesn't want username and password as GET parameters and as cookies then there is just no way to pass them.

--
Ilya Martynov (http://martynov.org/)

  • Comment on Re: Re: POSTing QueryString data using LWP::UserAgent