Viewing 1 replies (of 1 total)
  • Thread Starter gotcha5832

    (@gotcha5832)

    Answer.
    Only need to add an user-agent:

    $options = array(‘http’ => array(‘user_agent’ => ‘Mozilla 4’));
    $context = stream_context_create($options);
    if ($contents = file_get_contents($url,false, $context))

Viewing 1 replies (of 1 total)
  • The topic ‘Ithemes send me a 403 when I request Feed’ is closed to new replies.