Postman and NetBurner

Discussion to talk about software related topics only.
Post Reply
joncard
Posts: 2
Joined: Tue Feb 13, 2018 1:52 pm

Postman and NetBurner

Post by joncard »

I just found something useful, that I thought I would share with the community. I use a tool called Postman to debug POST commands, and there's a funny header they put in there "Postman-Token" to get around a Chrome caching bug. This can create a problem where the URL is always parsed as "an-Token". It's a simple setting to turn off in Postman.

Click on the wrench in the upper-right, and click "Settings". That should have an option called "Send Postman Token header" and turn it off.

This is described here: https://stackoverflow.com/questions/368 ... om-postman
User avatar
Jon
Posts: 79
Joined: Mon Feb 05, 2018 10:54 am

Re: Postman and NetBurner

Post by Jon »

Nice find! Thanks for sharing, joncard. =)
Post Reply