Questions tagged [html-post]
56 questions
2
votes
2 answers
python requests
I'm writing tests for RESTful API POST-verb which sends multi-part form data to the server.
I'd like to json-encode the data. What would be the correct way to do that?
Below are 3 tests, of which the first 2 pass and the third one (the scenario I…

Alex Kreimer
- 1,106
- 2
- 11
- 25
2
votes
1 answer
Java SE HTML POST filename issue
I'm currently writing a program using nanoHTTPD to upload files to a server. Currently I can successfully upload the file with a preassigned name. However, I would like to maintain the original name of the file being uploaded.
How it uploads…

Jordan Majd
- 63
- 1
- 5
1
vote
1 answer
Efficient way to send data from Android device to Apache web server
I want to send sensor data from an Android device to a Apache web server. The sensor is connected to the Android device using the IOIO board and is sampled at an regular interval.
The raw sensor data is approximately 1 byte/second and I'm trying to…

user1119112
- 807
- 1
- 8
- 10
1
vote
1 answer
Scraping Data from .ASPX Website URL with Python
I have a static .aspx url that I am trying to scrape. All of my attempts yield the raw html data of the regular website instead of the data I am querying.
My understanding is the headers I am using (which I found from another post) are correct and…

Elliot Huebler
- 127
- 2
- 12
1
vote
1 answer
how to submit form without a name for the button using jsoup post request
I'm trying to POST data into a website to make a login into the site using Jsoup. This is the html form: