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 whe
So, I am trying to make and upload file(s) functionality, from some blog posts and stackoverflow questions I got this solution: @PostMapping("/file/upload") fun
So, I am trying to make and upload file(s) functionality, from some blog posts and stackoverflow questions I got this solution: @PostMapping("/file/upload") fun
I have exported my postman collections plus environment and global variables and pushed to them to Azure repos, then trying to run API test through a build pipe
I have a list of API requests which are already in URL format. I just need to POST them one after the other automatically and log their results. The only way I
I'm trying to request a Power BI API using axios. var configReportInfos = { method: 'get', url: `https://api.powerbi.com/v1.0/myorg/groups/${process.env
I have a test case in the Postman which looks like: pm.test("Last Name contains Bob", () => { const responseJson = pm.response.json(); pm.response.to
I'm working on a login, where the use consists of userImage, userName, userStatus (all send as form-data). To upload the userImage im using Multer. This is how
I have a post man collection that every route has a Pre-request Script like this const loginUrl = pm.environment.get("reportingUrl") + "auth/login"; console.log
I'm trying to create a login form. when I'm testing the service with Postman, I will get a body object with status code and etc. But, with
I was trying to create an issue on GitHub using GitHub's API with Postman. It does not work even after I provide the personal token generated on my site. Does s
When i try to test api with localhost:[port] it gives the invalid character in header ["Host"] console error. I am using dotnet core webApi. I cross checked the
Using variables from scope: collection inside Postman works fine. But when I export collection and use it inside Newman it does not work as I expected. 1) Var
I have this JSON to create a new user, which works for me, but it doesn't assign the group declared in the groups "groups":["APIs"] tab to the user json: {
I've built a spring boot rest api. However, when I try to test it in Postman, I am getting a 404 error. I have linked the code below. Please note that there
I've been using Google's documentation to attempt to build/test server-side events for GA4 using Postman. I've found the event to work when using their event bu
I'm having this simple NodeJs code to handle post request sent from any other origin like Postman const http = require("http"); const { parse } = require("query
I'm new in backend development and Gettig 415 Unsupported Media Type in multipart API written in .net core. I have attached the postman image for your reference
I have tried to send a POST request to django views.py file using postman. It was working when I sent a POST and GET request to django models that haven't Forei
I am creating a REST Service in Java and now I am building the post method which has 2 parameters that has to be inputted as xml in postman (for test) and get a