Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [postman]

Postman is a client for sending and emulating requests over HTTP. It is most commonly used with API requests. Use for questions about the tool itself. Use with any relevant API tags if you are having issues with a specific use.

postman
0 votes
0 answers
17 views

How to send a request inside Script/Post Response code of Bruno

Need to migrate the following code from Postman to Bruno. Into the Postman Post-response I have this request: pm.sendRequest({ url: `${lambdaUrl}/finxact/accountnumber/${psnNumber}`, method: '...
German Larcher's user avatar
1 vote
0 answers
28 views

My JWT token is said to be expired 2 months ago when I just created the token, what causes this problem?

I'm making a web application that has a function for users to add different artists to their favorite-list. The login function works and users get a JWT upon logging in, I even added logging to the ...
Youri's user avatar
  • 313
0 votes
0 answers
19 views

The x field is required error in EF Core requests

If got a controller endpoint expecting a DTO with just a list of Ids to fetch this specific list of IDs. When sending the following request to the endpoint, it returns an error the idList field is ...
TaCqz's user avatar
  • 17
0 votes
1 answer
28 views

File is blank in laravel when uploaded in Postman

I have this problem. I have a laravel code where I tried to submit a post request with 'attachments'. The problem is, when I try to add 'attachments' to the body and added the headers multipart/form-...
cnd-TLC's user avatar
0 votes
0 answers
6 views

Postman App not able to copy cookies when trying to mouse hover

In postman app, when I login and the access token is set. I may want to copy those values for the header authorization but however do not know why when I use the mouse hover it then the mouse cursor ...
Dom807's user avatar
  • 27
-1 votes
0 answers
15 views

Why can i access an API on SOAP-UI, Browser but not in postman? [closed]

I'm accessing the same API from Postman, soapui and brower. The only thing i'm passing as header is the auth code and i've ensured there is no mismatch in the auth code. I can see the result correctly ...
jeremy's user avatar
  • 77
0 votes
0 answers
36 views

Has Anyone Else Noticed Extremely Slow Response Times from the Marvel API Lately? [closed]

I've been using the Marvel API for a while now, primarily to fetch character and comic data for a project. Up until a few days ago, the response times were great – I could retrieve 50 records in less ...
GFPF's user avatar
  • 949
-2 votes
0 answers
21 views

what is the default database configuration used in django rest framework while using postgres database [closed]

ImproperlyConfigured at /api/token settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details. Request Method: POST Request URL: http:...
Brian Nzuki's user avatar
0 votes
0 answers
21 views

Connecting to SendGrid API via Postman

I am trying to connect to the SendGrid API via Postman. I've got my API key sorted and imported the postman collection from SendGrid, and some of the endpoints are working fine. For example, I can ...
Badger8808's user avatar
0 votes
0 answers
37 views

Postman throws error when accessing http://103.180.163.187:8000/ but gives a response for http://0.0.0.0:8000/

I am implementing FastAPI and Uvicorn for the first time. I have already integrated FastAPI with my python code. I am running it on a remote server. It contains one GET and one POST request. I ran it ...
Rahul Dhir's user avatar
0 votes
0 answers
15 views

what is the problem with this public api ? i can get response back

im trying to crawl FlyToday.ir for foreign hotels price rates . the problem is there is an api in the network tab called by post method and has response in return but when i want to call it (with all ...
Mohamad Alizade's user avatar
0 votes
0 answers
23 views

getting empty list while trying to get reviews from woo rest Api

I am trying to use https://<url>/wp-json/wc/v3/products/reviews to get all reviews in Postman which must work fine based on the document but I get an empty list . I am using basic Auth and note ...
nima's user avatar
  • 3
-4 votes
0 answers
44 views

After Running 'npn run server', this error arise [closed]

This Syntax Error is from vs-code terminal : > return new RegExp(path, flags); ^ SyntaxError: Invalid regular expression: /^function asyncUtilWrap(\.\.\.args) { const fnReturn = ...
Muhammad_Hussain's user avatar
0 votes
0 answers
19 views

Newman failure reason details gets truncated in HTML report

In my newman HTML report, I have an assertion error, which cannot be completely readable because the details gets truncated. This issue occurs when I have updated newman, node.js and html reportextra ...
MoNa's user avatar
  • 471
0 votes
1 answer
33 views

Response always Unauthenticated even with correct token in laravel

Im using laravel passport for my authentication, here is my api Route::post('login', [AuthController::class, 'login']); // Rute yang Memerlukan Token Akses Route::middleware('auth:api')->group(...
Tsabit's user avatar
  • 67

15 30 50 per page
1
2 3 4 5
851