EvanFreeman / netify

Chrome extension to intercept and modify network requests.

Home Page:https://chrome.google.com/webstore/detail/netify/mdafhjaillpdogjdigdkmnoddeoegblj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 a request body with text/JSON, Base64 or form data.
  • Replacing a response status code.
  • Adding, replacing and removing response headers.
  • Replacing a response body with a text value, Base64, or file's content.
  • Cancel requests on the client.

About

Chrome extension to intercept and modify network requests.

https://chrome.google.com/webstore/detail/netify/mdafhjaillpdogjdigdkmnoddeoegblj

License:BSD 2-Clause "Simplified" License


Languages

Language:TypeScript 87.1%Language:CSS 11.4%Language:JavaScript 1.3%Language:HTML 0.2%