Most voted "http-post" questions
14 questions
Sort by count of
-
6
votes1
answer51
viewsPOST request on Jetty Client 9.X
I’m using the Jetty Client to request a API Web, until recently everything was ok, but I felt the need to send data via POST. Problem In the documentation of Jetty says that POST request data should…
-
2
votes1
answer199
viewsSending shortened date does not work abbreviated Asp.net mvc
I am creating a form in ASP.NET MVC and, creating the field "Datamessage", I initially put Textbox to load a date with the month in full, as below: Image of the form with the field "Date of the…
-
1
votes1
answer984
viewsPOST Request with token
Start an HTTP request via POST method for the authentication URL, with the following parameters: login password sponse = http://api.dominio.com:8025/name/login? token="MY_TOKEN" The response of the…
-
1
votes1
answer1813
viewsSend image via post
On facebook, I seem that when selecting an image to put in the post, they sent a request by the POST method to a URL there (which should handle the upload..) But what struck me is that the content…
-
1
votes1
answer870
viewsHttp method post, date parameter is passing always empty (Angularjs + Laravel 5.2)
I am using the Angularjs + Standard to build my application. The point is, I own $Cope.frequencias, which contains some information about a student’s attendance. I made an angular foreach to send…
-
1
votes1
answer9598
viewsAngular $http.post
I am developing an application with Angularjs and nodejs, where I have to send (POST) the data of a user who is registering. My file Node server.js is as follows:: var express = require('express');…
-
1
votes2
answers2038
viewsWork with JSON for request and Java Sponse
I need to consume a WS with Rest that is already almost complete, only 2 things to finish: - mount the request JSON and manipulate the Response JSON. Here’s an example of the template I need to…
-
1
votes0
answers46
viewsFile upload with HTTP-POST
When running the script to send the file it returns me this message. Traceback (most recent call last): File "modelo.py", line 102, in <module> filepath = args.filepath AttributeError:…
-
0
votes1
answer1895
viewsHTTPS Sslv3 Indy Delphi 7 error
I am trying to make connection via HTTPS using Sslv3(required to consume a specific service), but when I try to perform the post, I get the following error: At first, I think it’s a problem in the…
-
0
votes0
answers282
viewsHow do I get the same browser answer using java/socket?
The thing is, someone already had to make a request http-post implementing socket java? I need to make a request on the site http://spys.ru/en/ and take the Sponse to mine some proxys. However, I…
-
0
votes0
answers35
views"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 picking list (which contain the products that the warehouse employee will pick up for later transport to take…
-
0
votes2
answers436
viewsReceiving HTTP POST Json with PHP MYSQL PDO
I’m having a hard time solving a problem and I’m counting on your help. I am receiving, from an external API, an HTTP POST request in JSON format with some information. I need to take this…
-
0
votes1
answer756
viewsDoubt in Python request Django GET/POST
Good evening, I have a problem that I cannot solve in Python 3.6.7 and Django 2.1.1 I have the following codes: views @login_required def profile_provider(request, provider_id): provider =…
-
0
votes0
answers25
viewsProblem when setting entity in httppost using Java
I’ve been trying to replace a library for hours, can someone help me? I believe that due to lack of jar compatibility, my system is not accepting the following line of code:…