postman Questions

6

I have a REST server that is supposed to send plain text output as a stream, but when I perform the REST call with Postman or Chrome I get the whole output at once at the end of the process instead...
Intitule asked 2/1, 2018 at 7:20

3

Solved

I'm new at Django and my project is in REST when i'm using postman to check URLs it's make this error: "detail": "Unsupported media type "multipart/form-data; boundary=----WebKi...
Redeemable asked 18/12, 2017 at 18:18

6

Solved

As title, How can I access Request object in PostMan ? Is it possible to create a testcase like this tests["Response content restaurant Id : ", req.body.restaurantId] = responseBody.has(req.body.r...
Bagwell asked 25/11, 2015 at 10:12

6

Solved

I am looking the Postman Shortcut panel but I don't see a shortcut to comment part of my code in a request body, it is very annoying to copy and paste <!-- comment--> to make a comment.
Ululant asked 20/8, 2017 at 21:42

25

I just started using Postman. I had this error "Error: socket hang up" when I was executing a collection runner. I've read a few post regarding socket hang up and it mention about sending a request...
Flask asked 8/6, 2017 at 4:17

12

Solved

Every Time I try to do a post request in postman to http://localhost:3000/api/orders/new I am getting this error: **TypeError: Cannot destructure property 'userId' of 'req.body' as it is undefined...
Galsworthy asked 18/6, 2020 at 17:18

1

I'm encountering an issue with Pactum Cucumber where I'm getting an undefined error, despite receiving the expected output when testing the same request in the Postman application. Below, I've atta...

3

Solved

I am developing rest APIs in Spring Boot. I am able to do CRUD operations and postman gives correct responses, but when I add Spring Security username and password Postman gives 401 Unauthorized. ...
Indemnification asked 19/2, 2019 at 4:29

16

I have the following endpoint: http://millennium.iwise.com.br:6017/api/millenium_eco/Tabelas_preco.lista If I try to open via browser, it asks me credentials and then works fine - as seen on image...
Retrogression asked 23/3, 2016 at 19:30

4

Solved

I want "Admin not found" message to display in Postman during invalid login but I am getting this as postman output { "timestamp": "2020-05-19T13:59:01.172+00:00", "status": 404, "error": "Not ...
Exotic asked 19/5, 2020 at 14:3

4

Solved

I tried to send event to Google Analytics 4 using the postman. And GA4 just response 204 No Content and the event is not recorded in the data stream. I checked the measurement_id and api_secret ha...
Glochidiate asked 9/9, 2021 at 16:3

9

Solved

const jwt = require("jsonwebtoken"); const SECRET = "superSuperSecret"; module.exports = function(req, res, next) { const token = req.body.token || req.query.token || req.headers[ "x-access-token...
Chester asked 14/8, 2018 at 20:5

10

Solved

I want to add an upload function to my spring boot application; this is my upload Rest Controller package org.sid.web; import java.io.BufferedOutputStream; import java.io.File; import java.io.F...
Delve asked 12/5, 2017 at 11:9

6

I had postman installed and set with environments and collections. Then I created account in web postman page and it suggested me to open postman. When I opened postman all old data(environments an...
Sext asked 10/7, 2021 at 12:13

14

Solved

Where does the standalone Postman client for Windows save collections when working offline? To clarify, I want to find where Postman saves collection files to by default when online syncing is dis...
Fuzee asked 20/11, 2017 at 19:41

3

Solved

I am trying to get the POST and GET requests working (via Postman) but this is what I'm getting, GET Request curl -X GET http://localhost:8080/api/v1/namespaces/default/pods/mypod/exec GET Resp...
Hamer asked 13/3, 2018 at 7:20

15

I am using Laravel to create a RESTFUL application and I test the application with Postman. Currently, there is an issue for PATCH or PUT if the data sent from Postman with form-data. // Parameter...
Prostomium asked 5/6, 2018 at 4:15

2

I requested certificate from my CA (on a MAC) then exported the private key as p12 file. In Postman preferences I configured Client Certificates by PFX file/passphrase: I know it's reading it sinc...
Glisten asked 27/4, 2022 at 22:52

1

Need help regarding working link of zalando. Searched nearly for whole day, but got only these links which are dead Demo App: https://github.com/zalando/shop-api-demo/ Swagger based API endpoint ...
Ingold asked 22/7, 2019 at 14:22

2

Solved

So I've made this very simple method, where I want to sign in with to firebase using a custom token. As of right now it's simply export const createCustomToken = functions.region('europe-west1').h...
Monti asked 22/2, 2019 at 8:42

12

Solved

I try to talk to my REST API built with Laravel. But the call with POSTMAN is rejected due to a token mismatch. I guess I need to include the CSRF token in the header. But do I need the encrypted o...
Dentation asked 10/6, 2015 at 12:41

2

Solved

I have a Postman Pre-request script to add a HMAC key to a request. This works great unless the body has an environment variable in it. So if I have the following body { "key": "{{key}}", "value...
Ternate asked 15/11, 2019 at 12:24

9

Solved

I use Express-graphql middleware. I send the following request in the body line: POST /graphql HTTP/1.1 Host: local:8083 Content-Type: application/graphql Cache-Control: no-cache Postman-Token: d71...
Augustaaugustan asked 18/4, 2016 at 10:36

6

Postman is crashing about 5 seconds after starting. My last operation was a bulk load for ElasticSearch. The load worked as far as I can tell. Now Postman crashes. I have tried restarting several t...
Lethalethal asked 24/3, 2017 at 18:50

9

I want to do a simple HTTP request in C#, but something is not working and all I got is 403 Forbidden status code. When I try to do same request in Postman, everything works fine. I tried to run F...
Palmerpalmerston asked 30/6, 2019 at 8:35

© 2022 - 2024 — McMap. All rights reserved.