Use this tag to refer to questions about the native desktop application version of postman on your local machine, i.e. not the web version of postman (https://postman.com).
Questions tagged [postman-native-app]
44 questions
0
votes
2 answers
How to run the "set a Global Variable" only once in POSTMAN and use them for all the keys In the collection
I have a request body as follows, Here I need the keys "id", "sys2Acct" and "shortName" to be set to a same value.
NOTE: the request body has huge number of key's, I somehow want to assign the same number (i.e random) to the mentioned keys in this…

gnagesh
- 83
- 6
0
votes
3 answers
My APIs are not working in Postman but works in browser | Laravel for REST | Postman v9.7.0 Native Desktop App
I am developing REST APIs for my project in Laravel 6.*. The problem is that my APIs are working in Postman Chrome Extention and web browser but not in Native Desktop Application.
I'm am serving my laravel app. by using php artisan serve command.…

Aadhar
- 3
- 5
0
votes
1 answer
Web version of Postman with browser agent works, but the postman desktop app and with web app with desktop agent get 503 errors
I am using postman trying to post a basic http request to an API endpoint. My web version (Postman for Web Version 9.0.9-211111-0900 Chrome 95 / Windows 10) can do this successfully everytime (http 200). My desktop application version (Postman…

Cale Sweeney
- 1,014
- 1
- 15
- 37
0
votes
1 answer
Postman Monitor fails Error: Aborted the run because it appears to have hung
I am trying to set up two postman monitors to run daily at 2 and 3 AM the first one runs correctly except when the api takes longer than expected and runs for longer than 5 minutes the second runs 1 out of 3 times on average. Both collection run…

Lohkrii
- 1
- 1
- 1
0
votes
1 answer
How to disable unicode option in Postman App
I am using my custom API endpoint on Postman app. My API endpoint returns response value along with unicode characters.
Response is displayed as unicode character instead of plain text value. How can I display the plain text for unicode characters…

Galet
- 5,853
- 21
- 82
- 148
0
votes
1 answer
How to solve "Could not open Postman error " on linux/fedora
After successfully downloading and using Postman desktop app for several months I started observing that Postman used to consume almost two-three minutes before rendering the expected Editor.
There are times when I did observe the "Could not open…

Chetan Yeshi
- 71
- 1
- 4
0
votes
0 answers
How to automatically open file on download using Postman?
Question is self-explanatory really, I want to Postman to open the files automatically once I "Send & Download" a request that gets a file. Is this possible?
0
votes
0 answers
how to get yii 1 post method working with postman
I am building restful api for android app using postman, but in postman only get method is working
complete code is here https://github.com/arvindsinghs/GT/blob/master/apicontroller
this method work if i sent parameters
$atts =…

24 coded
- 41
- 5
0
votes
1 answer
Delete Postman Cookies
Is there any way to expire authtoken in postman saved after login call?
I have tried to code get response object
{
tests["Login successfull"] = responseCode.code === 200;
var token = postman.getResponseCookie("authtoken");
console.log(token)
}
this…
0
votes
1 answer
reading response url and its query parameter in postman
I have to call an API which redirects to a new URL with response in URL parameters. I want to capture these response URL and its parameters in postman.
Say I call https://endpoint.com/xyz it redirects to https://endpoint.com/redirect?flag=true
I…

Natraj
- 397
- 4
- 9
- 35
0
votes
1 answer
How to send cyrillic / finish characters in http header
I want to send custom http header to a java http server with "ä ö å Ä Ö Å" as the value. But what is received by server is "ä ö Ã¥ à à Ã". If I add "ä ö å Ä Ö Å" in http body, it works fine. How do I send "ä ö å Ä Ö Å" in http header.
I use curl…

Nishantha Pradeep
- 87
- 1
- 1
- 9
0
votes
1 answer
Global variable for Postman in documentation does not work
I have defined a 'Global' variable for 'postman' to be used under the postman's documentation.
However after loading the documentation it looks like the variable is not coming through at all. I can see what its assigned to but not the actual…

AltF4_
- 2,312
- 5
- 36
- 56
0
votes
2 answers
Trying to get two postman.setNextRequest (not chained) or two Actions in Workspace
I’m quite new to postman (and coding) and was trying to find and piece together many snippets of scripts to make it work the way I want.
What I want is very simple: I have a list of IDs that I want to make a POST in each of them, get one of the…
-1
votes
1 answer
How can I retrieve my created collection?
Created a collection and a bunch of requests in the postman app. After turnoff from the chrome with clean data lost my Postman all collection information. I Checked windows 10 following location to get IndexedDB but the location is empty. What to…

shamim
- 6,640
- 20
- 85
- 151