Postman Interceptor is helper extension for the Postman packaged app.
It allows you to -
- Use browser cookies
- Use all headers (even the ones restricted by XHR) like User-Agent, Content-Type etc.
- 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.
- Install the grunt tasks
npm install
- Run Grunt
grunt
- For misc. grunt tasks, look at grunt.js
Tests are written in Jasmine
and can be run using the SpecRunner.html
.