postman Questions

3

Solved

I am trying to do a POST request but when I am compiling and executing it with the debugger of Visual Studio Code, I am getting an error of 400 Bad Request. Regardless of that, when I am doing the ...
Dairymaid asked 22/12, 2020 at 13:34

5

Unfortunately i cannot use AWS SDK and i must use REST API AWS services(i am working with Flutter WEB). So i start to do research on aws docs and this is what i did: Create bucket. make all permi...
Impenetrability asked 3/9, 2020 at 10:27

6

Trying to test an API endpoint and got this error. Could it be my request body? Or is it a network issue? Maybe something I need to change in my proxy settings? POST http://localhost:8080/v1/collec...
Casuistry asked 23/9, 2020 at 13:36

4

Solved

I am trying to send an HTTP/2 request using Postman. However, when my server receives the request, it gives an error: handle: <Handle _SelectorSocketTransport._read_ready()> Traceback (most r...
Vigilance asked 23/8, 2020 at 19:25

8

Solved

Trying to figure out why I cannot get this to work? Also, console does not give much of a result. Scenario: Making the POST request to get the response with TOKEN Save the response token to collec...
Barocchio asked 29/9, 2022 at 9:2

2

Solved

REQUEST : URL: http://localhost:8080/RESTfulExample/rest/file/upload METHOD : POST HEADER: Content-Type : multipart/form-data RESPONSE : HTTP Status 400 - Bad Request The same code is working ...
Chiffchaff asked 8/9, 2016 at 6:23

5

Solved

I am trying to send an array of the object as a form-data using postman. But it's not working. I follow this link in StackOverflow...But it's worked for mt. When I send my category like this it's ...
Applecart asked 10/2, 2022 at 8:54

2

I have created test project according to tutorial @Configuration @EnableWebSocketMessageBroker public class WSConfig implements WebSocketMessageBrokerConfigurer { @Override public void configure...
Loveland asked 3/10, 2021 at 14:46

3

Solved

I've implemented an Azure Function, utilizing HTTP Trigger, integrated with SendGrid. The intended action is to pass data to the Azure Function via HTTP and have that content sent via email to a sp...
Hammerfest asked 1/7, 2021 at 21:17

1

I have changed few settings in POSTMAN (File->Settings) and want to restore default settings as i am getting Internal server error after changing setting.Is there any way to restore settings.
Flossie asked 3/12, 2019 at 0:44

5

Solved

I try to test REST api in Postman but every time I try to POST I get the following error Error: self signed certificate in certificate chain. I have tried with the SSL certificate verificatio...
Equivoque asked 9/8, 2019 at 6:30

2

A simple HTTP GET request. When I put the URL into the browser bar, the results come back. (a small JSON object) When I put the same url into Postman (https://www.postman.com/) I got the following ...
Heavenward asked 23/11, 2021 at 6:17

6

Solved

I'm testing bunch of API calls using POSTMAN. Instead of adding authorization header to each request, can I make it as a part of POSTMAN environment? So, I don't have to pass it with every request....
Linnealinnean asked 11/11, 2016 at 0:57

7

I had an issue with Postman desktop app and the issue was it became so slow that made it almost useless, I had to restart it after making each request.
Hippocrates asked 29/7, 2020 at 3:3

7

Solved

I am using ReSTful webservice. I am uploading multiple photos with one function (PHP). I have used $num_files = count($_FILES['myfile']['name']) to count number of files that are to be uploaded bu...
Vietnamese asked 28/1, 2015 at 5:31

5

Solved

I am trying to pass an array as query parameter in Postman. I am calling DELETE method to delete a user from list of databases. It is expecting list of database names as array in the query parame...
Chaconne asked 3/3, 2020 at 7:4

6

Solved

I'm using the WhatsApp API to send template messages. Currently have an approved template created for the 'es' language (Spanish), but the API returns 404 every time I try to send it to a phone num...
Phonology asked 2/9, 2023 at 23:26

9

Solved

I'm using postman to check json response from my django-rest-framework. When my first try to post id, email, password through POST method to my django on AWS(amazon web services), it works well. I...
Gilley asked 4/9, 2016 at 9:24

4

Solved

I am trying to test the /login API via POSTMAN (via FE it works fine) but it doesn't show anything in the body part even though I am sending body data. but when printing the request from the BE, t...
Maryrosemarys asked 10/4, 2021 at 14:0

9

Solved

I wanted to upload an image to my Rest API through postman. I am using spring boot framework. Here is the screen shot: I also have not set any any headers as I found in other stack overflow an...
Loveinidleness asked 8/11, 2016 at 13:48

23

Solved

I am trying a small example with AWS API Gateway and IAM authorization. The AWS API Gateway generated the below Endpoint : https://xyz1234.execute-api.us-east-2.amazonaws.com/Users/users with POST...
Benumb asked 17/5, 2017 at 6:42

7

I'm developing a REST service with Laravel to consume it from a mobile app. It works properly on local, but not on hosting. After several tries, I developed a basic example to test the POST method,...
Chili asked 12/7, 2019 at 12:4

2

I'm trying to call open banking production endpoint but It keeps kicking me out as I believe root certificate for MTLS is not picking up from the certificate store. How does postman pick the correc...

3

Solved

I am currently testing out GET requests with Postman. I just want to see the kind of information I can get back. Simply plugging in the url for a website works for the most part. However, there is ...
Invaluable asked 7/4, 2020 at 21:27

3

I am using an API, which receives a pdf file and does some analysis, but I am receiving Response 500 always Have initially tested using Postman and the request goes through, receiving response 200...
Pileum asked 20/6, 2019 at 9:46

© 2022 - 2024 — McMap. All rights reserved.