Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to send a HTTP/1.0 request using LWP 1

Status
Not open for further replies.

dphe

Programmer
Joined
Jan 15, 2007
Messages
16
Location
US
Hi,

Wanted to send some HTTP/1.0 requests to a SAPI server for verification. When tried to use LWP module for the same, the request sent is an HTTP/1.1. Is there a way to send a request through LWP for HTTP/1.0 or will I have to use a different module? Thnkx.
 
look in the documentation, might be a LWP::Protocol function/method you can use.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top