D
deepalicanada
I am new to perl web programming. I have done perl scripting for unix
but none on webside.So not sure about what modules should i use to
query https website and parse xml response?
Problem - Trying to get a code from a https website
e.g. https://www.mytargetwebsite.com/servlet/Getcode.SendRequest?q=<QUERYNO>
Here <QUERYNO> is constant.
The website returns following response:
<Response timestamp="2 July, 2008 12:10 AM EDT">
<code> 9999999 </code>
</Response>
I can do this query manually through browser but when I tried taking a
shot through LWP, i got error that "Your browser sent a request that
this server could not understand". I'm not sure whether i am using
correct module/approach to solve this problem so help would be
appreciated.
Thanks,
Deep
but none on webside.So not sure about what modules should i use to
query https website and parse xml response?
Problem - Trying to get a code from a https website
e.g. https://www.mytargetwebsite.com/servlet/Getcode.SendRequest?q=<QUERYNO>
Here <QUERYNO> is constant.
The website returns following response:
<Response timestamp="2 July, 2008 12:10 AM EDT">
<code> 9999999 </code>
</Response>
I can do this query manually through browser but when I tried taking a
shot through LWP, i got error that "Your browser sent a request that
this server could not understand". I'm not sure whether i am using
correct module/approach to solve this problem so help would be
appreciated.
Thanks,
Deep