Kevin Eppinger wrote:
I have been tasked with a project that involves writing a process (not a
CGI invoked from Apache) that sends a secure request to a https website
and reads the response back, parses it..blah, blah, blah. Its has to be
Consider...
LWP::Request part of the libwww perl module.
I have been tasked with a project that involves writing a process
(not a CGI invoked from Apache) that sends a secure request to a https website
and reads the response back, parses it..blah, blah, blah. Its has to be
done this way because this certain third party doesn’t have a Linux/C/C++