# ajax-proxy **Repository Path**: g0ngjie/ajax-proxy ## Basic Information - **Project Name**: ajax-proxy - **Description**: 💡 Chromium内核的浏览器扩展。用于修改你的Ajax响应 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/g0ngjie/ajax-proxy - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2024-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Chrome-extension, ajax-interceptor, interceptor, redirector, manifest-v3 ## README

Ajax Proxy


A browser plugin based on Chromium kernel · Tools for Developers · For the modification of web-side response

GitHub chrome web store chrome rating edge addons edge users

English | [中文](README.zh.md)
## When to use - When actual data fails to meet expected results, mocking data is needed. - In development or production stages, verification of exceptional scenarios or edge cases is necessary. - The frequent changes in interface data hinder the development process. - When a certain interface returns a 404 error. ## Installation [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/ajax-proxy/iladajdkobpmadjfpeginhngnneaoefi) [Google Chrome](https://chrome.google.com/webstore/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo) ## Examples Video: [https://www.youtube.com/watch?v=F\_\_7LXBqnvQ&list=PLniy0-3-8-V1ZhsmG6\_\_HdOJBAschGWSt](https://www.youtube.com/watch?v=F__7LXBqnvQ&list=PLniy0-3-8-V1ZhsmG6__HdOJBAschGWSt) ![operation.gif](media/operation.gif) ![zhihu](https://github.com/g0ngjie/ajax-proxy/wiki/images/zhihu-ajaxproxy.png) ## FAQ 1. Data interception does not work - You can switch between `interceptor` and `redirector` to solve the Ajax referencing problem ![issues_checked](https://github.com/g0ngjie/ajax-proxy/wiki/images/issues_checked.png) - You can select the `Network` section in Developer Tools and disable caching by checking ☑️ ![issues_disabled_cache](https://github.com/g0ngjie/ajax-proxy/wiki/images/issues_disabled_cache.png) 2. [Function-based response explanation](README.func.md) ## Monorepo | Package | Description | | ------------------------------------------------- | ---------------------------------------- | | [@proxy/compatibility](./packages/compatibility/) | Old Data Compatibility Library | | [@proxy/lib](./packages/proxy-lib/) | Manipulating the Ajax Core Logic Library | | [@proxy/shared-utils](./packages/shared-utils/) | Public Class Libraries | | [@proxy/shell-chrome](./packages/shell-chrome/) | Browser Extension Library | | [@proxy/vue-panels](./packages/vue-panels/) | Application Operator Panel | ## Use of source code 1. Download the corresponding version of [Source code](https://github.com/g0ngjie/ajax-proxy/releases) and unzip it 2. Open `Developer mode` in your browser 3. Then just load the unpacked folder ## Testing You can test it directly in [Swagger](https://petstore.swagger.io/) ## ⭐ Stargazers Thank you for your support! [![Stargazers for ajax-proxy](https://reporoster.com/stars/g0ngjie/ajax-proxy)](https://github.com/g0ngjie/ajax-proxy/stargazers) ## License Ajax Proxy is [MIT licensed](LICENSE).