Top "Postman" questions

Postman is a toolchain for API developers to share, test, document and monitor APIs.

Load testing with Postman REST/RESTFUL tool

I have added the plugin Postman to Chrome browser for load testing of my API. But I am clueless about …

load-testing postman
How do I POST XML data to a webservice with Postman?

I want POST an XML request to a webservice using Postman. However, when I check the available request formats, I …

xml web-services post postman
Postman Resolving "Invalid CORS request" for a POST Request

I've just started using Postman to test an API I am integrating to. I have the following error that keeps …

api rest postman
Bearer token in postman

I want to set a Bearer Token in postman For some reason my Postman doesn't have the Bearer Token option …

postman
Postman can't reach localhost

I am in a corporate env so I have to use a proxy to reach servers. This works well in …

proxy postman
How to send graphql query by postman?

I use POST type URL http://######/graphql Body: query: "query: "{'noteTypes': {'name', 'label', 'labelColor', 'groupName', 'groupLabel', 'imageUrl'}}" But it return "…

graphql postman
Trying to use 'Postman' and having trouble setting Basic access authentication Headers

I have an API endpoint that I am trying to test with the google app: 'Postman'. I need to set …

rest api postman
How to add authorization header in POSTMAN environment?

I'm testing bunch of API calls using POSTMAN. Instead of adding authorization header to each request, can I make it …

postman web-api-testing
Where are Postman collections saved?

Where does the standalone Postman client for Windows save collections when working offline? To clarify, I want to find where …

postman
How to use Postman Interceptor

Ever since I upgraded to Postman 0.9.6 I can't replicate user sessions because chrome doesn't allow postman to get user cookies. …

google-chrome cookies google-chrome-devtools postman