Passing Creadentials and parameters through http headers

2008-05-07 Thread Prabu Ayyappan
Hi all, I want to Pass the credentials and the Post parameters in a request and need to get the response content. I tried with the following approach. 1) Credentials are getting passed correctly however am not getting the parameter passed. 2) If am passing the credentials in the url it is w

Re: Passing Creadentials and parameters through http headers

2008-05-07 Thread yitzle
Take a look at WWW::Mechanize, specifically the submit_form() function. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/