Skip to content

Unity-google/postman-chrome-interceptor

 
 

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

About

Helper extension for the Postman packaged app. Also helps send restricted headers.

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE.md

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 5.5%
  • HTML 1.7%
  • Python 0.5%