All Projects → postmanlabs → Postman Chrome Interceptor

postmanlabs / Postman Chrome Interceptor

Licence: apache-2.0
Helper extension for the Postman packaged app. Also helps send restricted headers.

Programming Languages

javascript
184084 projects - #8 most used programming language

Postman Interceptor

Postman Interceptor is helper extension for the Postman packaged app.

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 few 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 using Google Chrome browser and click on the "Add to Chrome" button to begin installation.

Build Extension from Source

  1. Install the grunt tasks
npm install;
  1. Run Grunt
grunt;
  1. For misc. grunt tasks, look at grunt.js

Testing the build

Tests are written in Jasmine and can be run using the SpecRunner.html.

Analytics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].