Skip to content

HTTPS #1

Description

@AndyG2005

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions