How to see form data with enctype = “multipart/form-data” in Chrome debugger

后端 未结 3 1231
我在风中等你
我在风中等你 2021-02-18 13:56

I\'m trying to visualize form data in Chrome Debugger. Data are sent through a from which loads a file and sends some text. Something like this one:

3条回答
  •  情深已故
    2021-02-18 14:22

    Just looking at the Headers tab in the Network tab in chrome dev tools shows me the entered data (Chrome Version 73):

    Keep in mind that in order for requests to show up in the Network tab you have to open the chrome devtools before the request happens.

提交回复
热议问题