Hello,
I'm trying to connect to https: sites and snoopy just
isn't willing to do so. i've tried a bunch of sites
(with and without posting), but snoopy can't seem to
retrieve any data and doesn't give me any errors,
either. snoopy works fine with regular http, though.
thanks.
Logged In: NO
I have the same issue, It just exits immediately w/o an
error code
Logged In: NO
at a bash prompt enter:
which curl
It should respond with something like: /usr/bin/curl
in Snoopy.class.php change:
$curl_path = "/usr/local/bin/curl";
to your correct path.
For some reason they only check this var for https, http
works fine with the wrong $curl_path
Michael Bushey
Logged In: NO
Hi,
Has anyone any idea how to set the curl path for windows?
As far as I know there is no need at all to use exec() funtion
to call a cURL method in PHP. But - of course I don't want to
change the complete source code... So maybe someone
knows a workaround for it?...
thx
Logged In: NO
I also have this problem
Logged In: NO
me too :(