How to modify a SOAP request?

How does one modify the request url in Chrome Extensions with the Extensions API?

Mike West at Quora Visit the source

Was this solution helpful to you?

Other answers

It was certainly not possible when OP asked this question since Chrome has not exposed its https://developer.chrome.com/extensions/webRequest then. But now, you can find a lot of Chrome extensions to modify your network requests.One of them is http://chrome.google.com/webstore/detail/requestly/mdnleldcmiljblolnjhpnblkcekpdkpa which can be used for the following Redirect Urls (Your use case) Block Websites Modify Request/Response headers Switch Domains, Replace query parameter values Have a look at this: There are few other extensions as well which can help you achieve this like Switcheroo.Moreover, Requestly is an open-source project available at http://github.com/requestly/chrome-extension So if you are interested in code how to do this, you can look at background.js file.Disclaimer: I built Requestly so you can blame me for anything you don't like.

Sachin Jain

Even I did not get any good extension, So I am using proxy tools: You can use fiddler, Wireshark to break the request/response and send to server.

Kishan Dewangan

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.