Edit and replay XHR chrome/firefox etc?

前端 未结 9 2114
有刺的猬
有刺的猬 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 01:01

    My two suggestions:

    1. Chrome's Postman plugin + the Postman Interceptor Plugin. More Info: Postman Capturing Requests Docs

    2. If you're on Windows then Telerik's Fiddler is an option. It has a composer option to replay http requests, and it's free.

提交回复
热议问题