Questions tagged as 'postman'

2
answers

"Can not POST" in node.js and postman

It happens that I have this code, where I try to pass by the user parameter and password using as a postman tool, I'm honestly new to this so I do not know if I'm doing well or the code is wrong since I get this error in postman app.post...
asked by 05.09.2018 / 19:23
1
answer

Notice: Trying to get property of non-object

I'm having the following error: Notice: Trying to get property 'idDia' of non-object in C:\wamp64\www\backend-trabajo-final\profesionales\select-profesionales-para-posible-servicio.php on line 26 (So, with each of the properties I try...
asked by 24.09.2018 / 15:38
2
answers

Web Api ASP.NET can not find the method

By consuming the API created in asp.net with postman I get the following error {"Message": "No se ha encontrado ningún recurso HTTP que coincida con la URI de la solicitud 'http://localhost:9401/api/Usuarios/Login'.", "MessageDetail": "No se e...
asked by 22.08.2018 / 22:28
1
answer

Cast to ObjectId failed for value \ "private \" at path \ "_id \" for model \ "Product \"

Hi, I'm doing an API Rest with Nodejs and MongoDB and I have the following problem: { "message": "Error al realizar la petición: CastError: Cast to ObjectId failed for value \"private\" at path \"_id\" for model \"Product\""} I do not unde...
asked by 18.08.2018 / 11:44
1
answer

How to make requests with Postman

Hi, I'm trying to make requests with Postman but I do not know what else to put in. of This form is how I consult the data to visualize them in a Vue component, and it verifies if the request is Json. but I'm also using it as an api to acc...
asked by 14.11.2018 / 03:08
0
answers

how to correctly use POSTMAN with PHP POST variables?

I have the following url link has the following code <?php $username = $_POST['username']; $response["success"] = 1; $response["message"] = "2"; $response["username"] = $username; echo json_encode($response); ?> and he ret...
asked by 24.10.2018 / 00:28
0
answers

Send postman list

Good evening friends I would like to know if someone can tell me how to send a list of objects by Postman. Thanks for your collaboration     
asked by 24.10.2018 / 02:07
0
answers

How to use X-Http-Overriden-Method in Postman

I have a question from PostMan rather, it turns out that in my controller I have a GET request in which I have to send an @RequestBod, I have been asked to do a POST and with the method @RestController public class TestController { @GetMa...
asked by 22.05.2018 / 00:36
0
answers

Laravel Passport: invalid_credentials, The user credentials were incorrect

I try to test the authentication with Laravel Passport and there is no way ... The error is in the capture of postman, at the moment I try to create a user with postman I miss the error of the capture. User.php class User extends Auth...
asked by 13.05.2018 / 18:36
0
answers

Integrate postman test with gitlab ci

There is some way to integrate these 2 services, since I see that I could use travis with postman, but I do not want to do without the ci and cd of gitlab. I am trying to use the gitlab runners along with the postman api, however I feel that...
asked by 11.04.2018 / 19:08