Postdata is the data sent by an HTTP POST Request, which is one request type of the HTTP Specification. In contrast to the GET Request, it contains a message body which can contain any type of data, like Strings and Binary Data.
Questions tagged [postdata]
193 questions
-1
votes
1 answer
Reading a API POST
How do I read all the users from this POST.
{
"refId":"455",
"users": [
{
"name":"tom",
"address":"adres1",
"city":"city1"
},
{
"name":"JAck",
"address":"adres2",
…

Koen Amant
- 17
- 3
-1
votes
1 answer
submit data from one workbook to another workbook
I need to post/submit data from the source workbook to the destination workbook(id) > worksheet
I have achieved this task by using the below code, but I need help posting to a different workbook >…

Humming Bird
- 39
- 6
-1
votes
1 answer
data table form input updating form fields error
I am using the data table, In which one column contains input field.
Now the problem is when I tried to update this field if the pagination is there only the current page data is submitting instead of all fields
Any solution here?
Code…
user9299161
-1
votes
2 answers
How to upload a file from POST request. CONTENT_TYPE: application/octet-stream. Perl
I get a POST request with
CONTENT_TYPE: application/octet-stream
I get all data like this
my $cgiQuery = CGI->new() or die();
my $cgiData = $cgiQuery->Vars;
my $getQuery = CGI->new($ENV{QUERY_STRING});
my $getData = $getQuery->Vars;
foreach my…

Artem Bardachov
- 141
- 8
-1
votes
1 answer
Postdata formatting
I have a quick question about the formatting of postData in c#. Below is what I believe to be the post data extracted from google chrome. The data is related to creating an email. If anyone has any advice or spots any errors that would be really…

Ahmad Solomon
- 1
- 1
-1
votes
1 answer
How to remove $ and comma from form input using current php code?
Here's sample of my input format