Skip to content

Intercept HTTP requests and responses. Modify HTTP request/response body. Modify HTTP request/response headers. Redirect requests. HTTP logger. Mock APIs. Inject scripts. Block requests. Modify query parameters

License

vvmgev/Inssman

Repository files navigation

Inssman logo

gitHub license PRs welcome

⚡Welcome HTTP Interceptor⚡

Inssman is a lightweight browser extension designed to faster intercept HTTP(s) requests without additional programs. Inssman built the top of the last APIs which provides control over HTTP(s) responses and requests. Install Inssman


About Inssman 🚀

Inssman is an Open-Source project that makes developers' daily tasks faster and easier.
Inssman is reducing dependency on the backend side by modifying the response of API, even returning data from not existed the API.

Inssman provides features like redirecting requests to another source, overriding API responses, injecting files to the website, use local files or remote sources in production without deployment. Read more 🔗


Features ⭐

  • Redirect Request 🔀
      Use cases
        Redirect any type of production request to the local environment.
  • Block Request 🚫
      Use cases
        Block loading third-party libraries.
  • Modify Request 📎
      Use cases
        Modify API request body without modifying the original code.
  • Modify Response 📝
      Use cases
        Modify API response before backend integration of new changes.
  • Modify Query Parameters ❔
      Use cases
        Block loading third-party libraries.
  • Modify Request Header 🌐
      Use cases
        Add authorization header to request.
  • Modify Response Header 🗞️
      Use cases
        Remove CORS of the browser.
  • Inject File 🔧
      Use cases
        Modify the behavior of mouse/keyboard events or add listeners browser events.

Documentation 📕

For more information and examples please visit Documentation page.


Contributing 🙏

Inssman welcomes contributions in the form of pull requests, whether it's for fixing bugs, improvement or introducing new features. Your valuable contributions help improve the project and make it better for everyone.