postman Questions
11
I'm trying to open my newly installed Postman when an error occurs which says something like this:
**Could not open Postman**
Error: Migration: IndexedDB schema migration failed. IndexedDb was not ...
2
I have a test collection in postman. I have a pre-request script to be run at the Collection level, but there are specific requests in the collection where I'd like the pre-request script not to ru...
Auburta asked 2/7, 2021 at 14:42
8
Solved
I have multiple collections on the same Workspace on Postman. Unfortunately things are starting to get messy, to many Collections from different projects on the same place.
How can I move some Col...
Cly asked 6/2, 2020 at 20:0
7
Solved
I use the Postman desktop app for web API testing. I have a lot of controllers and for each need a token. First I get Bearer token and then copy it to other requests. This token have limit time. Ca...
Gumboil asked 18/6, 2018 at 10:6
3
Solved
I wanted to generate Azure token from Postman for API authorization in my project. I am able to generate token using below API request but getting the below error message "Authorization denied for ...
Odoric asked 9/7, 2019 at 13:46
4
Im trying to get the access token from OAuth 2.0 Playground through POSTMAN. Theses are the configurations. When the Request the token it says Could not complete Oauth2 login. Any reason why i cann...
Spinozism asked 23/6, 2017 at 19:37
4
I'm new at postman an im trying to generate a random string with letters(A-Z) and numbers(0-9). The string should have 20 points. I don't know how to set the Body and the pre req. I know that the R...
Palila asked 18/3, 2022 at 8:50
5
Solved
How to use POSTMAN for Multipart/form-data which has customize header for testing my controller which takes 2 files as parameter (public ... controller( MultipartFile[] files))?
POST .... HTTP/1.1...
Faggot asked 25/5, 2017 at 14:13
5
Solved
I'd been using the Postman in-tab extension to tests calls to call JHipster resource API's and found that it worked great (JHipster setup to use OAuth2). I authenticated using the JHipster login pa...
3
I'm using django 1.11.6 and python 3.5 on an ubuntu server.
I have an api for user registration.
This is my curlcommand:
curl -i -H 'Accept: application/json; indent=4' -X POST https://mydomain...
Pharmacopoeia asked 26/10, 2017 at 6:45
13
Solved
I use Postman for REST API testing and parametrize tests with global variables.
I should put a phone number into GET request: /path/get?phone={{phone}} but leading + sign in the phone number is in...
Hilaire asked 25/4, 2017 at 12:53
2
Solved
I want to upload a file to SharePoint through Oracle system using Rest API.
I tried the following but with no luck.
console:
POST
https://test.sharepoint.com/sites/BusinessDevelopment/Shared%20Doc...
Uredo asked 4/1, 2022 at 5:35
3
Solved
The new Twitter v2 API was just released a couple of weeks ago, so this may just be an issue of the documentation not being done quite yet.
What I am trying to do is search recent tweets for "...
5
Solved
I'm developing a RESTful API with Laravel 5.3, so I'm testing some functions and request with my controllers. One thing I need to do is validate the request that my user sends before add a field in...
7
Solved
I have an API endpoint and an Authorization token for that API.
The said API is for .xls report download. How can I view the downloaded .xls file using (if possible) Postman?
If it is not possible ...
Stegall asked 16/8, 2016 at 13:2
12
I have a valid token but unable to get my Authentication part working. Why is a seemingly valid token getting a token invalid token error?
This is the code for login which returns a valid token if...
Armidaarmiger asked 28/1, 2019 at 5:11
7
Solved
Postman removed offline mode (Scratch Pad)
https://learning.postman.com/docs/getting-started/basics/using-scratch-pad/
The Scratch Pad is deprecated and no longer supported. The Scratch Pad is bei...
Ephemerality asked 25/9, 2023 at 20:33
10
Solved
This is now the third or fourth time that this has happened in the last couple of weeks: When I launch Postman all I get is a blank screen:
The only way to get around this that I have found is t...
Protozoology asked 11/3, 2020 at 11:20
9
I am using postman(v7.7.3) and I have got the following warning when I upload the file to send the body as a form-data.
"This file isn't in your working directory. Teammates you share this request ...
Rachele asked 3/2, 2020 at 9:21
13
Solved
I am testing my API in Postman and am having trouble simulating a log out.
If I do a call to delete the session cookie,
the session cookie is still there afterwards, and I'm still able to access ...
Frontiersman asked 3/2, 2015 at 17:39
10
I have my brand new .NET Core service with API and I want to get list of items inside it. It's hosted on localhost and I always have this error:
16 ms
Warning: Unable to verify the first certificat...
2
While testing Spring GZIP compression on REST endpoint observed, with or without compression enabled postman response size showed original response size.
Content-encoding still showed as gzip,...
4
Solved
I'm writing API tests using Postman. I'm organizing them into folders by endpoint, and subfolders by test cases within the endpoint folders. There are multiple cases for each endpoint and for each ...
Violet asked 2/10, 2018 at 16:58
4
Is there a way to disable updates in Postman?
7.26 is buggy for me, it freezes on larger debug data is nresponses, but 7.23 is working perfectly. But even if I set "Automatically download major up...
Teodor asked 11/6, 2020 at 12:17
4
I want to be able to send to both
a Web API
Postman to Web API
I can do simple GET Requests to my Web API with Postman, but what I don't understand is how to send a Byte Array.
With Postman, I kn...
Dorran asked 13/9, 2016 at 20:44
© 2022 - 2024 — McMap. All rights reserved.