http headers - Efficient way to inspect Cookie creation in real time -


i want inspect happens cookies when browse website, in order figure out how website track data.

i guess can use chrome developer tools, , use network tab, , within each http requests one-by-one (there 100 of them) , check cookie tab , "response cookies", right?

is there easier way this? tool see cookies being created / changed?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -