Questions tagged as 'http-post'

1
answer

POST Request in Jetty Client 9.X

I'm using Jetty Client to request a API Web , until recently everything was ok, but I felt the need to send data via POST. Problem In Jetty's documentation says that POST request data should be passed by the param("chave"...
asked by 05.08.2015 / 17:30
1
answer

Short date submission not working abbreviated asp.net mvc

I am creating a form in ASP.NET MVC and creating the field "DataMessage", at first I put the TextBox to load a date with the month in full, as below: Image of the form with the field "Message date" containing the month in full. Be...
asked by 28.06.2017 / 19:26
1
answer

POST Request with token

Start an HTTP request via the POST method for the authentication URL, with the following parameters: login password response = link "MY_TOKEN" The response to the request made in 1 will be answered by another URL. This URL repre...
asked by 30.08.2014 / 04:11
2
answers

Working with JSON for request and response Java

I need to consume a WS with rest that is almost complete, only 2 things to finish: - mount the request JSON and manipulate the response. JSON Here is an example of the template I need to submit in the request: { "sendSmsRequest": {...
asked by 07.07.2017 / 16:43
1
answer

Angular $ http.post

I'm developing an application with angularJS and nodeJS, where I have to send (POST) the data of a user that is registering. My file node server.js is as follows: var express = require('express'); var mongoose = require('mongoose'); var bodyPa...
asked by 21.12.2016 / 06:01
1
answer

Upload Image via Post

On facebook, I realized that by selecting an image to post, they would send a POST request to a URL there (which they should try to upload ..) But what I found strange, is that the content of the post looked like this: ---------------------...
asked by 23.03.2015 / 00:14
1
answer

Http post method, date parameter is always empty (Angularjs + Laravel 5.2)

I'm using angularjs + laravel to build my application. The question is, I have a $ scope.frequencias, which contains some information on the frequency of a student. I did a foreach angle to send this data to the bank, but my date parameter (whic...
asked by 21.10.2016 / 18:43
0
answers

POST method on DONTPAD.COM

Hello, I am creating a bot that daily updates a repository on dontpad.com I used requests but when trying to insert the text, the code simply clears the page and inserts nothing! Just turn it off! import requests url = 'http://dontp...
asked by 18.09.2018 / 16:54
2
answers

Receiving HTTP POST Json with PHP MYSQL PDO

I'm having trouble solving a problem and I'm counting on your help. I am getting, from an external API, an HTTP POST request in JSON format with some information. I need to get this information separately and do an UPDATE on MYSQL using PDO. The...
asked by 10.07.2018 / 16:52
0
answers

"Method Not Found" and "Method Not Allowed" using WebAPI and POST

I am developing a picking software where the user from a sales order (order) creates a pick list (which contain the products that the warehouse clerk will fetch and then transport the person to the house ). Whenever I try to create a new pick...
asked by 24.05.2017 / 22:05