Morning all.
Quick/dumb question that I cant seem to find an answer for.
I’m using Windows 10 Postman app v7.25.2, to try to hit a 3rd party api that I have no control over.
The 3rd party api needs certain header fields that begin with a colon ‘:’, eg “:authority”.
However, Postman wont let me send a request with that header since its (correctly) considered an invalid header when containing the colon. The console error is:
Error: Header name must be a valid HTTP token [":authority"]
So the question is: is there any way I can override this checking behavior in Postman to let the request through. I cannot change the 3rd party api.
I’m sure I’m not the first to hit this issue but can’t find anything here or much via google.
Thanks in adv