POST is one of the HTTP protocol methods; it is used when the client needs to send data to the server, such as when uploading a file, or submitting a completed form.
0
votes
1answer
20 views
posting serialized data with jquery ajax in IE6 not working
when i post some data with jquery ajax command in ie6 and i
print_r($_POST)
php print an empty array..
i can alert this data with alert function in ie by adding this line of code:
...
0
votes
0answers
9 views
WP: convert custom post template for old post
I use Custom Post Template plugin for this functions.
I have a blog with over 2000 post and I would like to bulk change the post template for old posts.
How to do it? Thx.
2
votes
0answers
32 views
Login to page with curl in php and then visit link “logged in”
I need to login (make post) with curl in php to a website, then save a cookie with authentication, and use it to visit normal link from same website.
They have only half of text available in free ...
0
votes
1answer
17 views
Post request to server. Different responses with different defaultClients
When i try to send post request using Java (JVM on Mac) with correct credentials I got correct response code 302 FOUND.
But when using the same code on the android, with SAME correct params, i got ...
0
votes
3answers
34 views
Unable to fetch data from textfield using $_POST
I have been not able to fetch data from the textfield 'current_reading'. What can be the issue? every other text and $_POST method are working fine
index page
...
0
votes
0answers
36 views
Merge form fields into one using javascript
I'm a non-programming designer trying to help out a friend and could use a little help with javascript. I have a form which will populate a shopping cart. That form has multiple fields (text fields, ...
0
votes
1answer
21 views
Dynamically added form elements are posted to PHP but cannot access them
I'm posting dynamically added form elements to PHP via AJAX.
I can see that the serialised form data is posted to the php, but when I try to access the data within it, some of the fields come up ...
3
votes
0answers
18 views
How to return error before exceeding post_max_size [duplicate]
How is it possible to throw an error before exceeding post_max_size which will return a fatal error?
If php returns a fatal error the whole application will fail and thats not very desirable
-4
votes
0answers
39 views
PERL - Failing to send a POST Request to register a new account
I am coding a perl script to register a new account in my website.
I used livehttpheaders to sniff the post request sent upon making a new account
here is the data i sniffed.
...
0
votes
1answer
37 views
Post a form in jQuery when this form is loaded in AJAX with jQuery
I want to post a form using jQuery.post :
JS function:
function post_ajax_form2(url,formId,message){
bsendMessage = 0;
if (typeof message !== 'undefined') { bsendMessage = 1;}
var data = ...
0
votes
0answers
6 views
Android - Facebook API : post image
I'm building an app that allows Facebook users to create new events. I noticed that I can't create an event and add an image to it in a unique Graph API call. So I make another call to post the image: ...
0
votes
0answers
20 views
ajax post response statusCode function not invoked
im using this ajax method for some reason the status code that return from the server after submit is ignored..
this is what im reciving from the server in the response
HTTP/1.1 200 OK
...
0
votes
0answers
26 views
How can I save multi entity with Jquery in MVC
I have a schools and school's teachers. You can see theachars the Dropdownlist. After dropdownlist had chancged, came theachers of selected school.
I Write this section in Jquery.
...
0
votes
1answer
31 views
Flattening an array in Flask API
I'm making an API with flask that takes as a POST message body a nested array, and then returns a list of the values. An example would be curl …. –d ”(([[1, [], [2, 3]], [[4]], 5])” would return ...
0
votes
1answer
38 views
page reload and send post to himself
I have a php page that have $id=$_GET['id']; I want to make a select box that when you click on some option will reload the page (with the GET + a new value number in post).
I did that:
function ...
0
votes
0answers
26 views
Submitting form with field on hidden page
The issue I have has been discuss on the DataTable forum but the solution does not work in my hands (http://datatables.net/forums/discussion/185/submitting-forms-with-fields-on-hidden-pages/p1).
...
0
votes
2answers
84 views
Post Form using C#
I need to post data to other website using C#.
<form action="http://localhost:2180/PrepDoc.aspx" method="post" target="my_frame" >
<input type="text" name="someText" value="Some Text" ...
0
votes
0answers
6 views
Powershell Invoke-RestMethod POST Method timeout issue
I'm trying to write a program that deletes files from a specific device. The device has a REST API and I can access it from the CLI without any problems.
For example if I write this in the CLI, it ...
0
votes
0answers
18 views
Getting in PHP a javascript encodeURIComponent POSTed data
I am writing a PHP-javascript-AJAX based application which sends a form in AJAX as a synchronous request using POST method to a php script.
I used encodeURIComponent() function in javascript on each ...
-2
votes
3answers
41 views
How to catch a response in a “POST” request? [closed]
I have an html/jQuery webPage and a PHP server. From the webPage i am making a "post" request to my server like this :
var data = '{"deviceUUID":"' + userId + '"}'
$.ajax({
...
1
vote
0answers
22 views
XMLHttpRequest GET Server Status is 200 but POST Server Status is 500
I am writing a function in Javascript to post JSON data using the XMLHttpRequest POST method. The following code works fine for GET:
function httpGet(myurl, cb){
var xmlhttp = new ...
0
votes
3answers
48 views
PHP - Securely sending request/response between 2 servers?
Summary:
I've created an app in PHP. It's lead management system for a call center. I now need to allow a partner to be able to add new leads to the app by integrating our app with their proprietary ...
0
votes
1answer
8 views
How to use JMeter to test encoding in HTTP Request? Burp Suite?
I have to develop a security testing framework to make sure all output in our application is encoded.
I have many post & get http requests
Each request may have 1 or many parameters
What I ...
0
votes
2answers
35 views
Send data from large form by AJAX
I have a form with 30 field: 3 field which are 10 times repeated. This is my code:
<form id="artikelform" method="POST" name="controleartikelen" action="">
<table id="controle">
...
0
votes
1answer
79 views
Input type=text not passing values with some values
I am having a problem using an html/php app.
I have a form with an input type="text" name="email" tag. In this tag, if I submit my e-mail xxxxxxx@xxxx.com I get the value with no problems at ...
-1
votes
1answer
42 views
Explaining an HTTP “GET” request
I have many times successfully implemented HTTP "POST" requests in my projects, more importantly because i could understand how the request worked in my code.
Now i need to make a "GET" request , but ...
0
votes
0answers
13 views
Is there possible to add space break in facebook post
As the topic, is there any option to add space brake in facebook post, such as:
(this is not working) or something else?
0
votes
4answers
27 views
post not completely posted PHP
I have a select value 'post', when someone wants to change the status of the post from unsolved to solved they have to choose a post en than click 'change to solved'
The problem is when I click on ...
0
votes
3answers
44 views
Allow to send Javascript Code with Method Post in PHP
I have a problem submitting a form from my app.
I need to send some JavaScript code from a form to a controller page. The code in html is like:
<form method="post" ...
0
votes
1answer
8 views
FormHttpMessageConverter filename from byte array
I'm trying to upload file with POST request. POST must be of the enclosure-type multipart/form-data. I insert file as byte array:
MultiValueMap<String, Object> requestParameters = new ...
1
vote
1answer
26 views
Exact synatx of Datetime field in POST
I am trying to send date_time from jQuery post to our server we are using mongoDB as backend and using django_tastypie_mongoengine for posting so far i have tried putting date="2010-11-10T03:07:43" ...
-2
votes
1answer
29 views
confusion with jquery , ajax post
I have a simple html page , and by using jquery/ajax , i am trying to send a simple json file to my php server.The behavior of my script though is really confusing..
First of all i tried , what i ...
0
votes
1answer
45 views
Rails Form Image_Tag VS File_Field_tag
I'm making a profile picture the user can either get it from Linkedin or upload it's own.
When the user get's it from LinkedIn it's shown via an image_tag:
image_tag(Base64::decode64(field_value), ...
3
votes
1answer
39 views
HTML in Google App Engine
I have been following this example from google's site, an I am having some trouble understanding some of how the underlying things work. Mostly, When you submit text, in the MainHandler HTML, how does ...
0
votes
6answers
78 views
Is this a good way to sanatize php $_POST inputs? [duplicate]
I have been using this code on my website for a long time, and just want to make sure I am correctly sanatizing my PHP $_POST inputs...
foreach($_POST as $key=>$val) //this code will sanitize your ...
0
votes
0answers
21 views
Dynnamically added datepickers and maintaning state after post
I am adding datepickers in kohana view with jquery code like this:
$("#add_date").click(function() {
var pickerCounter = parseInt($("#pickerCounter").val()) + 1;
...
0
votes
3answers
26 views
php form submission not working
I have multiple pages that I have made using this exact same method, but for some reason, no matter what I've tried, I can't get certain fields to transfer into the email fields. I get absolutely no ...
0
votes
1answer
28 views
Why use PUT methods? [duplicate]
There does not seem to be any advantage over using POST. Is there a specific scenario where PUT works better/ faster/ more securely/ something else? Why would anyone code for a whole new http method ...
0
votes
1answer
35 views
App Engine (Python) - POST'ing responses from HTML control arrays
Using App Engine (Python), I am trying to POST the values from a variable array of select controls in an HTML form. Each select control is paired with some text about what the user is rating.
For ...
0
votes
1answer
69 views
PHP - Equals is Not Equals but should be
Have a bit of a problem with some current code we're using Android to POST to PHP where using the following code
$fbid = $_POST['fbid'];
if($fbid == "no"){
echo 'no fbid';
}else{
echo 'fbid look for ...
-1
votes
1answer
60 views
Quantity for each item select to be posted and written to a mysql database table
$disabled in the below code repeatedly gets overwritten for example:
Item 1 = Quantity 3 Check box = True
Item 2 = Quantity 5 Check box = True
Item 3 = Quantity 1 Check box = False
The values ...
0
votes
6answers
62 views
PHP initializing variables [duplicate]
Im watching several php tutorials, and many of them start something like that:
<?php
if(!$_POST['username']){
..
..
};
?>
or
<?php
$username = $_POST['username'];
..
..
?>
...
0
votes
0answers
4 views
Force.com Site Post Form Data & Redirect to External Site
I have a Force.com site in which I have APEX Forms. I wish to perform the following behaviour from one of my forms.
On a user entering their form data the form action will post the data to an ...
1
vote
1answer
68 views
PHP Recieve JSON but can't decode it
I receive json code in PHP but if I try to decode it nothing happens.
CODE:
$json = stripslashes($_POST['json']);
$output = json_decode($json);
When I log $json and $output to the console:
$json ...
-2
votes
0answers
25 views
How does browser works with http-headers? [closed]
Let's say I want to have http://content-security-policy.com/ on my page. I am adding it to my responses and it doesn't work. I tried googling a lot, trying to understand how browser works with header ...
0
votes
0answers
17 views
API: GET data and POST to site from a server
I need to send a command to a sever to check data (domain availability), return the data then post it to the site.
The code provided is as follows:
...
0
votes
1answer
34 views
POST request using spray-client
I want to send XML over HTTP POST request to server using spray-client with some headers set etc. However, only examples that I can find are for JSON requests.
Can somebody provide a simple snippet ...
0
votes
0answers
31 views
Python Server error
I'm sending data from my android application to python server using post request. I'ce tested it locally and works fine.When I uploaded it to a server, I ran the server on a port number in order to ...
0
votes
1answer
32 views
How to send data from an Android app to a Rails server? JSON or Alternatives? [closed]
When an Android client has to make a POST request to a server, I can send the data as URL parameters in the URL.
But the URL can become very big. So, I want to send the data in JSON format. Is doing ...
0
votes
1answer
19 views
CodeIgniter throwing Error 404 when posting certain values through form submit
I'm using and older version of CodeIgniter (1.7.1), and I'm having problems submitting forms.
I have a form with some text fields and a textarea field which has a TinyMCE editor attached.
If I ...







