HTTP:Request::Common
LWP::UserAgent
XML::Simple.
I am using the above modules to makes calls to a and parsing the return xml data. But the web server requires authentication how do I specify the username and password when making the Http Request?
Thank You.
LWP::UserAgent
XML::Simple.
I am using the above modules to makes calls to a and parsing the return xml data. But the web server requires authentication how do I specify the username and password when making the Http Request?
Thank You.