Page 1 of 1

Postman and NetBurner

Posted: Thu Feb 15, 2018 1:34 pm
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

Re: Postman and NetBurner

Posted: Wed Mar 21, 2018 1:12 pm
by Jon
Nice find! Thanks for sharing, joncard. =)