Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advanced-rest-client/api-console-extension
API console helper extension to help with the CORS requests.
https://github.com/advanced-rest-client/api-console-extension
api-console chrome-extension rest
Last synced: about 1 month ago
JSON representation
API console helper extension to help with the CORS requests.
- Host: GitHub
- URL: https://github.com/advanced-rest-client/api-console-extension
- Owner: advanced-rest-client
- Created: 2017-03-29T18:28:39.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T22:02:11.000Z (about 2 years ago)
- Last Synced: 2024-10-28T16:17:44.066Z (about 2 months ago)
- Topics: api-console, chrome-extension, rest
- Language: JavaScript
- Size: 520 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# API Console extension
API Console extension to proxy HTTP requests to the documented API.
Install it from [Chrome Web Store](https://chrome.google.com/webstore/detail/olkpohecoakpkpinafnpppponcfojioa)
This extension allows to make HTTP requests through a browser proxy avoiding issues with CORS.
This repository also contains the `ApiConsoleAppProxy` library that is to be used with API Console application to initialize the communication with the extension and proxy HTTP requests.
## Permissions explained
### Access to your data in all websites
It is required to actually make HTTP requests to API endpoints. This means that the extension can make an HTTP request to any endpoint.
### Access to tabs
To support OAuth2 authorization this extension needs the "tabs" permission. It is only used when API Console requests OAuth 2 authentication and it only tracks the tab created by the extension.
## Privacy
This extension does not collect any kind of data (not even analytics).
The extension reads the data passed to it from the API Console application and proxies them "as-is" to the API endpoint. The response is then proxied back to the application.## How it works?
The extension will inject very small portion of JavaScript code into every webpage you visit. The API console fires specific event before making a request. The JavaScript code will recognize this event and handle the request.
This will not affect other web pages you visit.## Contribute
Want to help? That's cool. Fork and develop the extension and then send a pull request.
Also you can contribute by filling up an issue report. Thanks for any support.
## Credits
This extension was build by Pawel Uchida-Psztyc.