Skip to main content

Questions tagged [postman]

The tag has no usage guidance.

1 vote
0 answers
65 views

How to make postman works with urls containing a dot between slashes (current dir)

Problem Getting a URL that contains /./ inside from a redirection. I run a GET {{base}}/main-menu. The response is 302 with a redirect to ./menu Postman is trying to GET {{base}}/./main (with the ./ ...
Emilio Platzer's user avatar
1 vote
1 answer
29 views

How to type commands in Postman?

I feel like I am going insane. I've been using the Postman application as a GUI to test out APIs. I have made a Collection scope variable, and I want to remove it. There is no indication that I can ...
Eric's user avatar
  • 13
0 votes
0 answers
29 views

Azure DevOps- Postman Installation

I'm trying to install Postman.exe file using DevOps pipeline using below command, when I create a release it is getting succesfully but the app is not getting installed on the server Can someone ...
navya g's user avatar
1 vote
1 answer
686 views

Postman gRPC Request not available

I'm trying to create a gRPC Request in Postman but it's greyed out with the message "You don't have permission to take this action". I'm running the latest version (v10.12). Anyone know what ...
Kevin Brydon's user avatar
0 votes
1 answer
161 views

postman window not visible when sharing desktop

I have a linux desktop running on Linux Mint 21 Cinnamon and I am using ZOOM application - specifically a screen share feature to share presentations and various content. Until this point I have not ...
Kube Kubow's user avatar
0 votes
1 answer
652 views

Set maximum payload (message) size for websockets in Postman

In Postman, in Settings, we can set maximum payload size, but that applies to REST payloads. It seems it doesn't affect the WS data size, and it breaks with Error: Max payload size exceeded for big ...
T.Todua's user avatar
  • 3,967
1 vote
1 answer
3k views

How can I configure Postman so that it uses HTTP instead of HTTPS when querying an API?

I use Postman on Microsoft Windows 10 to test some API. By default, it uses HTTPS when querying an API. How can I configure Postman so that it uses HTTP instead of HTTPS when querying an API?
Franck Dernoncourt's user avatar
1 vote
1 answer
214 views

POST request not redirecting to https

This is my example.conf's nginx config file: server { listen 80; server_name api.example.net; return 301 https://api.example.net$request_uri; access_log off; error_log /dev/stderr; } server ...
Saeed's user avatar
  • 423
0 votes
1 answer
673 views

Where does Postman get installed in macOS?

I'm using macOS Catalina 10.15.7 and have been using Postman (8.9.1) for quite sometime now (I run it by clicking Applications -> Postman from Finder). I'm curious to find out if I can invoke ...
Suvro Choudhury's user avatar
1 vote
1 answer
463 views

How can I determine which browser tab a request is coming from?

I set up a proxy (using Postman) that Chrome is now routing all requests through. I see a bunch of requests being made to a site I don't recognize, and it repeats every few seconds. I have about 50 ...
CodyBugstein's user avatar
  • 1,585
1 vote
0 answers
188 views

Postman requests in same session

I'm experimenting with the TeamCity API with Postman. When doing POST and PUT requests, you're required to supply Authorize header with a token that's permanent, and also a X-TC-CSRF-Token header, ...
Max's user avatar
  • 227
-1 votes
1 answer
42 views

Using Postman Environments

I am trying to code my tests using Postman, but I am having some difficulty in understanding how to use pm.environments.set and pm.environments.get. My code: Collection 1 var a = 0; if (test = 100)...
Kevdog777's user avatar
  • 447
2 votes
1 answer
326 views

Paste an HTTP request directly into postman to send

By an http request, I mean something like: POST /service/controller.asmx/endpoint HTTP/1.1 Host: localhost Content-Type: application/x-www-form-urlencoded Content-Length: ... xmlFile=string&...
user973223's user avatar
0 votes
1 answer
2k views

I want to do a POST request in POSTMAN with xml in body but I get some errors

I want to do a Post request in Postman with an xml as body but I get an error and I don`t know much about xml. This is my xml <header xmlns=\"xxx:v1" xmlns:xsi=\"http://www.w3....
SECI's user avatar
  • 1
0 votes
1 answer
4k views

Can not export collection from postman

I have a problem with exporting a collection from postman. For a job, I need to export to collections (1st has 182 requests and 2nd has 75 requests), for the first there is no problem to export and ...
victorfau's user avatar

15 30 50 per page