Open the dev tools in your browser (usual ctrl+shift+i but varies by browser). Then go to the network tab, then paste the searhc url and press enter. The network tab will record all requests. Look at the one that returns the search html, and see if you can spot the cookies set in the request header.
|