Chrome developer tools - Network - how to filter only POST and PATCH requests?

前端 未结 3 1423
甜味超标
甜味超标 2021-01-31 13:45

In Chrome browser - Chrome developer tools - Network - I can show only POST requests by putting \"method:POST\" in the Filter editbox. What filter should I use in order to see b

3条回答
  •  自闭症患者
    2021-01-31 14:28

    Like me, I'm guessing many people came to this thread and don't necessarily need to filter to both POST and PATCH. That said, you can just use the filter like this to filter to POST requests:

    On the Network Tab, in the filter box, type in:

    method:POST
    

提交回复
热议问题