-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
When you try and fetch a https page, you get no result, whilst when you fetch the same page via http it seems to work.
This works :
include "Snoopy.class.php";
$snoopy = new Snoopy;
$snoopy->fetch("http://www.google.co.uk");
echo $snoopy->results;
Whilst this doesn't :
include "Snoopy.class.php";
$snoopy = new Snoopy;
$snoopy->fetch("https://www.google.co.uk");
echo $snoopy->results;
chaeyun17 and alizowghi
Metadata
Metadata
Assignees
Labels
No labels