Category "postman"

Sync Headers, Body and Tests in Postman

I'm using postman for linux (v9.18.2) on Pop!_OS (20.04) and sync my collections between devices via the built-in sync function. The green cloud icon indicates

API call returns a response in postman but gives me 403 in browser

ajax call postman url console error Postman returns a response, but browser gives me 403. I have attached my postman request, my ajax call as well as the browse

Postman : socket hang up

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 a

POST failed via Postman API to Laravel migrations database

GET is working, but POST does not. This is because it fails via Postman API to the Laravel migrations database. function add_user(Request $request) { $user

Vendor Machine API's Postman Collection Issue

I am trying to create a postman collection for a Vendor machine API but when I try to send a login request localhost:3000/auth/login I get connect ECONNREFUSED

Postman with Pre-request Scripts: "Error: Parse Error: Header overflow"

I was having this problem only when running requests for a local application with some Pre-request Scripts: Error: Parse Error: Header overflow The Postman ve

Run multiple Pre-request scripts sequentially in postman

I have created a postman collection consisting of around 80-100 requests. And I have categorized them in 5 separate folders. Each folder has its own functionali

FromBody string parameter is giving null

This is probably something very basic, but I am having trouble figuring out where I am going wrong. I am trying to grab a string from the body of a POST, but

CORS in node blocks POSTMAN to get data?

I'm using POSTMAN dev tool to test this API : http://localhost:3000/users and I have this express.js script : const express = require("express"); const cors

Cascade Delete in mongo

I am new to MongoDB. I created 4 collections & they are connected with each other. (I am using node.js to write it) Here, it's my question. How can I dele

Can't find "service_token"

Is there someone who can't explain to me, how to generate "service_token" from this API. I already create get request with "basket_token" using "RESTful API of

Send POST data via raw JSON with Postman

I've got Postman (the one that doesn't open in Chrome) and I'm trying to do a POST request using raw JSON. In the Body tab I have "raw" selected and "JSON (appl

Bearer error="invalid_token", error_description="The issuer is invalid"

I have a simple web api project, which looks like this: [Authorize] [Route("Get")] public ActionResult<string> SayHello() {

connect ETIMEDOUT error using POSTMAN with NEWMAN

I'm using Newman in order to execute a POSTMAN collection but I always have the error "connect ETIMEDOUT". Using just POSTMAN it works fine, but not with NEWMA

Postman: POST request of nested JSON via form-data not working (while via raw-data ok)

I want to POST the following JSON-object via Postman: { "title": "test_title", "date": "2021-12-31", "attachments": [ { "name":

Shopify invalid token and password Error

I am getting this error : { "errors": "[API] Invalid API key or access token (unrecognized login or wrong password)" } Can anyone help me About the URL o

Jmeter+Postman , jmeter isnt connecting with jmeter

Postman Collection that i run isnt appearing in jmeter i changed the proxy in postman and jmeter but still im facing the same problem

What is the character encoding Postman use to write multipart file data into request

I am writing a Java application to send multipart request with attached files to an API that help me send an email with the attachments to the specified email.

HTTP Request works in Postman, but not in C# code

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, ev

Issue with POST requests with Laravel Sanctum and Postman

I have a problem with Sanctum and Postman that's related to this post: SPA Authentication Issues with Sanctum and Postman I followed everything from the Laravel