Top "Postman" questions

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

If statement in Postman tests

I work in Postman and I want to build the test construction like that: var login_status = pm.environment.get("…

javascript html json postman qa
How setup header in Postman for Api Gateway authenticated with Cognito?

I use AWS Identity Pool with Facebook provider to authenticate client. I need to invoke AWS Lambda using Api Gateway. …

amazon-web-services postman aws-api-gateway amazon-cognito amazon-cognito-facebook
Postman - 400 Bad Request

I am trying to hit API on Postman. The API is working on server but I am not receiving any …

api postman http-status-code-400
HTTP Request in Swift with POST method in swift3

I'm trying to run a HTTP Request in Swift3, to POST 2 parameters to a URL. Example: Link: http://test.tranzporthub.…

xcode swift3 httprequest postman raw-data
How to handle URL with special characters present in password in Postman?

I have the following format in URL. http://username:[email protected]/some/url Here password is something like …

postman web-api-testing
Guzzle - Laravel. How to make request with x-www-form-url-encoded

I need to integrate an API so I write function: public function test() { $client = new GuzzleHttp\Client(); try { $res = $client-&…

laravel postman guzzle guzzlehttp
How to get form data from Postman To WebApi

I want to receive form data from Postman: Content-Type: application/json Here is WebApi method: [HttpPost] [Route("api/test")] public …

c# asp.net asp.net-web-api postman form-data
To run curl command on postman getting error as Error while importing Curl: arg.startsWith is not a function

I have a curl link which is successfully run with terminal but i want to convert it as a POSTMAN …

postman docker-command curl-commandline
Check response header's value in Postman tests

I would like to check the value from a concrete response header ("Location") as Test Results in Postman. In the …

testing automated-tests postman
Simulate Postman Post in C# - RestSharp

I am doing tests on a browser game. This post request is suppose to issue a command to build a …

c# http-post postman restsharp dotnet-httpclient