Netify
Debugging proxy that will allow you to intercept and mutate requests from a web page
Netify is a debugging proxy that will allow you to intercept and mutate your requests, like Fiddler or Charles, but it more compact and implemented directly in the Chrome devtools.
Features that Netify gives you:
- Filter requests for proxy by URL, method or type of resource.
- Redirect request to arbitrary URL.
- Adding, replacing and removing request headers.
- Replacing the request body, text/JSON, Base64 or form data.
- Replacing the response status code.
- Adding, replacing and removing response headers.
- Replacing the response body with a text value, Base64, or file's content.
- Adding an extra response delay
- Cancel request on the client.
- The above changes can be made according to predefined rules, by script or by making changes to the intercepted request (like breakpoint).
Attention!!!
This extension is based on the experimental features of the Chrome Devtool protocol, which may lead to inoperability with the update of the browser.
If you have some trouble with Netify or you have some suggestions, please report it here (https://github.com/vladlavrik/netify/issues)
Latest reviews
I tried a few other Chrome extensions in an effort to modify a Request Body. None worked. This worked like a charm on the first attempt.
I have a problem running the tool, when I add a URL to manage, it remains in starting mode.
Tried other and cannot get working on mi mac laptop, just started with netify as it seems works like charm, very useful. Definitely will try to open some PR's and contribute to this fantastic extension. Please, Vlad Lavrik add some issues/features who open source guys can work on! Will be pleased to give a humble hand.
it work
Doesn't work for me with Chrome 122.0.6261.129 (Official Build) (arm64). There's no Netify tab in the devTools, the plugin appears as inactive.
It works, however it's missing a very important feature. It doesn't support encoded values, for example \b \n and \r. I'd use this more if it did
Great tool, works really well.
Works wonderfully, and is very simple of use
The only open source extension that actually works.
Super helpful, thanks 🫶🏻
Super helpful, thanks 🫶🏻
Very helpfull, thanks Vladka!
Very helpfull, thanks Vladka!
Very useful. My team loves it :)
Very useful. My team loves it :)
This is really good! Thank you for working on it and open sourcing it.
This is really good! Thank you for working on it and open sourcing it.
Great and simple to use extension. Thank you!
Great and simple to use extension. Thank you!
Amazing tool to mock HTTP requests. Thank you!
Amazing tool to mock HTTP requests. Thank you!
To make it work, you should check "disable cache" in network tab.
To make it work, you should check "disable cache" in network tab.
Netify can filter by http method, then auto modif both http method and request headers. This is exactly what I'm looking for, and many other extensions can't. Thank you very much.
Netify can filter by http method, then auto modif both http method and request headers. This is exactly what I'm looking for, and many other extensions can't. Thank you very much.
A wonderful free opensource replacement of fiddler for web debugging! A Must have Dev Tool on Chrome. It would be more powerful if this extension supports request/response body json path replacement feature.
A wonderful free opensource replacement of fiddler for web debugging! A Must have Dev Tool on Chrome. It would be more powerful if this extension supports request/response body json path replacement feature.
Absolutely wonderful extension. Really super cool and useful!
Absolutely wonderful extension. Really super cool and useful!
No funciona, al tratar de abrirla me trae a esta pagina siempre
At last an application that can simply replace HTTPS requests, without anything else. It perfectly suits for frontend debugging. Thanks for such a great tool!
At last an application that can simply replace HTTPS requests, without anything else. It perfectly suits for frontend debugging. Thanks for such a great tool!
Better than Requestly!
Perfect for a simple edit of an Angular HTTP template on the fly. This allowed me to 'unhide' the cancel account button and get rid of a company that started billing me a new account,
Perfect for a simple edit of an Angular HTTP template on the fly. This allowed me to 'unhide' the cancel account button and get rid of a company that started billing me a new account,
Exactly what I was looking for. Something that can modify body responses to help facilitate pagination testing. The ability to add/delete headers as well will undoubtedly prove useful for other testing as well
Exactly what I was looking for. Something that can modify body responses to help facilitate pagination testing. The ability to add/delete headers as well will undoubtedly prove useful for other testing as well
thanks for this useful tool ! appreciate your effort !
thanks for this useful tool ! appreciate your effort !
Something I've been looking for a long time to simulate API responses and test frontend applications without hitting the real APIs. Incredibly easy to set up and a joy to use as part of my Dev Tools stack!