Skip to content

Instantly share code, notes, and snippets.

@jhonnrodr
Created February 6, 2015 13:39
Show Gist options
  • Save jhonnrodr/fdabe5d0eba5d184cd76 to your computer and use it in GitHub Desktop.
Save jhonnrodr/fdabe5d0eba5d184cd76 to your computer and use it in GitHub Desktop.
guzzlehttp/guzzle/src/Client.php
$settings = [
'allow_redirects' => true,
'exceptions' => true,
'decode_content' => true,
'verify' => false
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment