Viewing HTML response from Ajax call through Chrome Developer tools?

后端 未结 6 2039
生来不讨喜
生来不讨喜 2021-01-03 23:33

So in my javascript I\'m making an ajax call to a service on my website. Whoops, something fails. No problem. Here\'s what I\'d do in Firefox:

  1. Open the fire
6条回答
  •  Happy的楠姐
    2021-01-04 00:07

    Nope, there is currently no way. When you goto Developer Tools > Resources > XHR Tab > And click on your resource (on the left), you see two tabs. The first one being Headers (which is raw) and Content which is raw as well.

提交回复
热议问题