SimonAddicott has asked for the wisdom of the Perl Monks concerning the following question:
Hi there :) I am having trouble with writing some perl code using php. I am trying to connect to a perl script which uses FCGI::Request(). Before now, another perl script used LWP::UserAgenet, with credentials() to connect to it. however I have not been sucsessfull in using cUrl, with php to connect to the script. the previous client script used 'realm' within the credentials, but I have not been able to find suitable include for cUrls options. If anyone could shed some light on this matter, that would be great :) Simon p.s I am using php's curl, not curl CLI
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FCGI::Request php cUrl
by Anonymous Monk on Aug 07, 2014 at 10:21 UTC | |
by SimonAddicott (Initiate) on Aug 07, 2014 at 10:24 UTC | |
by Anonymous Monk on Aug 07, 2014 at 10:48 UTC |