![]() |
|
Think about Loose Coupling | |
PerlMonks |
ASP, and HTTP::Request POSTby kb2yht (Acolyte) |
on May 29, 2001 at 03:05 UTC ( #83800=perlquestion: print w/replies, xml ) | Need Help?? |
kb2yht has asked for the wisdom of the Perl Monks concerning the following question:
Humm....
I'me trying to get a responce from an NT box offering me a ASP based
forms system,
I've used LWP and HTTP::Request etc. in the past to do this from CGI based pages,
perhapes there is knowlage with the greater monks on why this code will not give a correct responce.
The submission works , the form server genorates a answer that indicated I've submitted a blank form. 1. The form is asking for a POST method , However unless I send the request with URL encoded data I get no responce. 2. when I do send a request in a correct POST format, The form data is lost.
Is there An Error in my code ?? Or Is this more likely an error in the servers ASP system.?? Thanks much , Bill Nolan wnolan@bnl.gov
Back to
Seekers of Perl Wisdom
|
|