I can't figure out how to set cookies in Goutte. I am trying following code :
$client->setHeader('User-Agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36');
$client->getCookieJar()->set('SRCHUID');
I am attaching an image of cookie with this name. How can I set this cookie?
Goutte with Guzzle 6