Edit and replay XHR chrome/firefox etc?

前端 未结 9 2110
有刺的猬
有刺的猬 2021-01-30 00:38

I\'ve been looking for a way to alter a XHR request made in my browser and then replay it again. Say I have a complete POST request done in my browser, and the only thing I want

9条回答
  •  执念已碎
    2021-01-30 00:58

    5 years have passed and this essential requirement didn't get ignored by the Chrome devs.
    While they offer no method to edit the data like in Firefox, they offer a full XHR replay.
    This allows to debug ajax calls.

    "Replay XHR" will repeat the entire transmission.

提交回复
热议问题