By: Đoàn Thuận Thành
Inspect and view changes in HTTP proxy for API testing website source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "HTTP proxy for API testing website",
"version": "0.1.2",
"background": {
"scripts": [
"browser-polyfill.js",
"axios.js",
"request.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://test.onapis.com/*",
"*://localhost/*"
],
"js": [
"browser-polyfill.js",
"content-script.js"
]
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"*://*/*"
],
"externally_connectable": {
"matches": [
"*://localhost/*",
"*://test.onapis.com/*"
]
}
} Best HTTP proxy for API testing website Alternatives
Here are some Firefox add-ons that are similar to HTTP proxy for API testing website:
API Request Tester
Daniel
Easy Proxy
ivysrono
HITOP - HTTP API Testing Tool
Bohdan
Proxy & User-Agent Switcher
D09r
Get That API
Ashutosh Dash
Apifox Browser Extension
apifox.com
Apidog Browser Extension
apidog.com
API Request Tool
Anderson
Easy Proxy
Charles
REST API Client Tester
onyxwizard
Public API Tester
Anderson
ProxyServe
Yashkumar Navadiya