In Firefox and Safari, you can see the cookies being passed in the request in the network tab. For example, if you visit walmart.com and inspect the GET requests, you can see that facebook is passing the _fbp cookie among others in the "Request cookies" section of this tab:
Chrome occasionally has this tab for certain requests, but not for all requests like Firefox does. Does anyone know if there's a way to show request cookies for all requests in Chrome?
1 Answer
In the developer tab related to the cookie, you can view only the cookie related to the response. In order to understand which headers was sent during the request, you have to move under the network tab and then you can click over your request. Here you can now see the headers related to your request.