https://github.com/postmanlabs/postman-chrome-interceptor
Helper extension for the Postman packaged app. Also helps send restricted headers.
https://github.com/postmanlabs/postman-chrome-interceptor
Last synced: 3 months ago
JSON representation
Helper extension for the Postman packaged app. Also helps send restricted headers.
- Host: GitHub
- URL: https://github.com/postmanlabs/postman-chrome-interceptor
- Owner: postmanlabs
- License: apache-2.0
- Archived: true
- Created: 2014-02-03T14:21:04.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2019-10-01T23:55:50.000Z (over 6 years ago)
- Last Synced: 2024-09-29T18:21:37.476Z (over 1 year ago)
- Language: JavaScript
- Size: 507 KB
- Stars: 215
- Watchers: 35
- Forks: 75
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Postman Interceptor
Postman Interceptor is helper extension for the [Postman packaged app](http://www.getpostman.com/).
It allows you to
1. Use browser cookies
2. Use all headers (even the ones restricted by XHR) like User-Agent, Content-Type etc.
3. Capture requests and send them to Postman!
Here are [a](http://blog.getpostman.com/index.php/2014/02/11/postman-v0-9-6-access-cookies-and-restricted-headers-plus-better-testing/) [few](http://blog.getpostman.com/index.php/2014/03/03/postman-v0-9-8-capture-requests-and-improved-response-rendering/) relevant blog posts on the Postman blog to help you get started with Interceptor.
## Installing the extension from Chrome WebStore
Open the [Postman Interceptor on WebStore](https://chrome.google.com/webstore/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo) using Google Chrome browser and click on the "Add to Chrome" button to begin installation.
## Build Extension from Source
1. Install the grunt tasks
```terminal
npm install;
```
2. Run Grunt
```terminal
grunt;
```
3. For misc. grunt tasks, look at `grunt.js`
### Testing the build
Tests are written in `Jasmine` and can be run using the `SpecRunner.html`.
[](https://www.getpostman.com)
