We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d325b commit b7f6a9dCopy full SHA for b7f6a9d
README.md
@@ -63,7 +63,7 @@ $curl->post('https://www.example.com/login/', array(
63
$curl = new Curl();
64
$curl->setBasicAuthentication('username', 'password');
65
$curl->setUserAgent('MyUserAgent/0.0.1 (+https://www.example.com/bot.html)');
66
-$curl->setReferrer('');
+$curl->setReferrer('https://www.example.com/url?url=https%3A%2F%2Fwww.example.com%2F');
67
$curl->setHeader('X-Requested-With', 'XMLHttpRequest');
68
$curl->setCookie('key', 'value');
69
$curl->get('https://www.example.com/');
0 commit comments