Glam Prestige Journal

Bright entertainment trends with youth appeal.

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:

enter image description here

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy