How do I view cookies in Internet Explorer 11 using Developer Tools

前端 未结 6 1516
攒了一身酷
攒了一身酷 2020-12-07 16:04

I\'m looking for how to view the cookies set using developer tools in IE11. I see an option in network profiling to view cookies being sent back and forth, but this is not r

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 16:57

    How about typing document.cookie into the console? It just shows the values, but it's something.

    enter image description here

提交回复
热议问题