Skip to main content

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.

0 votes
0 answers
17 views

Django API which has Azure Active Directory Authentication Backend using Postman

I have set up a django project using the django_auth_adfs library to use the Azure Active Directory for the authentication phase. I have set up its API using rest_framework and now, I am trying to ...
Arad Soutehkeshan's user avatar
-3 votes
0 answers
23 views

Why is my test failing even when the status code is 200 [closed]

Error: value of json fields | AssertionError: expected 7030318 to deeply equal undefined. I want to compare the values of the values after the creation of data(post request) with the values of get ...
Roman Rashid's user avatar
0 votes
0 answers
8 views

fetch data from strapi 4 with populate and filter

i am using strapi 4. I want to fetch data with ** populate parent** of table **features ** is null. it will works when i use API: /projects?populate[features][populate]=parent but when i use this API ...
Ocean's user avatar
  • 1
0 votes
1 answer
13 views

TypeError: Job.create is not a function

I'm using sequelize in my project, and importing the Job(variable connected to the database) from the models folder, but when I use Job.create it returns this error when inserting data into postman: ...
Antônio Souza's user avatar
0 votes
1 answer
40 views

ReactJS Axios GET request returns empty array while Postman shows correct data

I am trying to implement a login function in my ReactJS component where I make two API calls using Axios. The first API call sends the user's email and password to get a JWT token in response. The ...
H1 s1's user avatar
  • 1
-1 votes
2 answers
28 views

Can't get Id in the correct format from URL while making a get request with c.req.param('id') [closed]

So i am building backend of a blog application and almost every other route is working just fine but for some reason route blogRouter.get('/:id') is not (This route is suppose to return blog whose id ...
TheCoder001's user avatar
1 vote
0 answers
39 views

How can invoke a Lambda function with AWS Signature auth without using Postman?

I have a simple Lambda function in Python that converts a text string into speech and saves it to an S3 bucket. I want to then get that mp3 file (or URL) as a response. I will invoke the Lambda ...
Talib Kareem's user avatar
0 votes
0 answers
27 views

Postman:// Link Use

How can I create a postman:// URL which would open up Postman in a new request and possible prefill fields such as body, request method, etc. Is this possible? Not much information online that I found ...
Daniel Zamloot's user avatar
0 votes
1 answer
40 views

Postman "Get'" returns data and Powershell Invoke-Restmethod does not from Azure DevOps

In a post a couple days ago, it was suggested to me that I use the classificationnodes to get/post to Iterations. I've been testing those endpoints and if I use the following URL in Postman it works ...
USMC6072's user avatar
  • 566
1 vote
0 answers
16 views

Export a GraphQL collection in Postman

Is it possible to export a GraphQL collection? When I right-click on a regular collection there is an 'export' option, but right-clicking on a GraphQL collection lacks this option. Is it still somehow ...
Arno van Oordt's user avatar
0 votes
0 answers
17 views

how can I ascertain my TWILIO credentials are correct?

I am making a flask app that users can call a number and then get predetermined responses based on input. I got this number from TWILIO and my SID, auth_token from my TWILIO console. The basic flow is ...
user26347577's user avatar
1 vote
0 answers
63 views

connecting database with laravel --> postman doesnt display data

my api.php <?php use Illuminate\Http\Request; use Illuminate\Support\Facades\Route; use App\Http\Controllers\UserController; Route::middleware('auth:api')->get('/user',function (Request $...
Deelliiee's user avatar
0 votes
1 answer
24 views

can not access rest API running in docker container

I have a REST API built in .net 8. When it runs on my machine, I can test it using Postman (http://localhost:8009/api/...) without issue. But when I running it from inside a docker container, the ...
Alexu's user avatar
  • 1,145
0 votes
0 answers
33 views

Python - how to use CRT and key file in requests

I am using the requests library in Python. The API request works fine in Postman after adding the certificate and key. Here is my code: import requests import json url= "" cert_path = &...
Bayya Rahul's user avatar
1 vote
0 answers
21 views

Cannot run GET request against Docker container localhost

I am attempting to use Postman to run a GET request against a webservice that I'm running locally via Docker. I have confirmed that the Docker container is running successfully. However, when I try to ...
Connor E's user avatar

15 30 50 per page
1
2 3 4 5
850