Tagged Questions
The postdata tag has no wiki summary.
5
votes
5answers
14k views
How do I reload a page without a POSTDATA warning in Javascript?
I want to reload a page using:
window.location.reload(true);
But I receive the POSTDATA warning because the refresh function want to resend previous POST form data. How can I refresh my page ...
3
votes
1answer
192 views
Post data in wordpress from java using xmlrpc
I am trying to post data in wordpress using this code but I am getting token null
In place of sXmlRpcURL I have used http://wordpress.com/ and http://sUsername.wordpress.com/ also but both the cases ...
2
votes
2answers
48 views
ASP.NET POST-DATA truncated at 49152 bytes (48K)
I'm getting errors where viewstate couldn't be decoded, and some of the errors trace to the fact that http post data was truncated at exactly 48K (49152) bytes.
This was listed as one of the fixed ...
2
votes
1answer
85 views
Variables in wget post data
I am working on a simple bash script to download images from the website Tumblr. The idea is to use read to get login info from the user, and wget --post-data to log in, and this is what I have:
read ...
2
votes
1answer
69 views
Is `if($_POST)` a reliable means of checking if a script has been posted?
As per the title: is if($_POST) reliable?
Is it reliably true even if no data was posted but the HTTP POST method was used?
Is if('post' === strtolower($_SERVER['REQUEST_METHOD'])) a more reliable ...
2
votes
1answer
3k views
HELP! “The custom error module does not recognize this error.”
(Please consider this a courtesy more so than a question, but still, please add your advice!)
If you hit "The custom error module does not recognize this error" in Outlook Web Access, and you're in ...
1
vote
1answer
47 views
Posting Data from Android app to PHP page
I've been looking at several other posts and trying to put together a way to POST data from my android app to a php page on our website. Basically it's a domain check function and I want the user to ...
1
vote
2answers
135 views
Sharepoint2010: Visual web part on one page posting form data to another visual web part on another sharepoint content page
Want to know how from a Visual web part on one content page posting form data to another visual web part on another sharepoint content page.
Scenario:
Sharepoint 2010 content page (Search page)
We ...
1
vote
1answer
144 views
PHP - Incorrect POST data being sent through a form upon echo?
I'm writing a simple registration form to add users to a database. The code is below.
<?php
include 'header.php';
$tag = randomString();
?>
<html>
<head>
<title>Register an ...
1
vote
1answer
68 views
Prevent never-ending sub documents in NodeJS and MongoDB
In nodeJS, we can get POST data by this:
<input type="text" name="doc[a]"/>
var doc = req.body.doc;
When I get 'doc', I insert into MongoDB using native-mongodb collection.insert(doc, ..)
I ...
1
vote
1answer
447 views
Using Selenium : How to modify or inject into HTTP Post Data Request Header?
Please note this question is related to Selenium.
Before a HTML form submit i.e, selenium.click("//button[@type='submit']");
I want to inject a name value pair at native level in the HTTP Post back ...
1
vote
1answer
107 views
Is there an extension or a way to write an extension for firefox that allows a developer to refresh a page, but discard POST data?
I'm a developer, and I spend much of my day refreshing the webapps I work on. Occasionally, I'll encounter pages where POST data was submitted, and firefox will prompt me to Resend POST data or to ...
1
vote
1answer
121 views
Problem with PHP Post Data
If anyone could help me with the problem I'm having I would be one happy programmer. I'm working on an e-commerce site that is having trouble authenticating with the gateway. This problem just start ...
1
vote
1answer
219 views
Get value from session or request?
currently i have code that does
var req = HttpContext.Current.Request;
if(!isNull(req["title"], req["desc"], req["tags"])) { doSomthing();}
on certain cases i move title into session data then ...
1
vote
1answer
4k views
How can I access PostData from WebBrowser.Navigating event handler?
I've got a windows form in Visual Studio 2008 using .NET 3.5 which has a WebBrowser control on it. I need to analyse the form's PostData in the Navigating event handler before the request is sent. ...
0
votes
1answer
30 views
Postdata confirmation box bypass?
Ik working on some project, and there is one main problem I have. I'm writing some code that is performing some actions on the web, like posting data. But what happens all the time: Javascript code on ...
0
votes
2answers
47 views
CakePHP hidden edit fields
I just started using the CakePHP framework, 2.0 to be precise. I read most of the documentation and examples and came across the blog tutorial.
...
0
votes
1answer
36 views
get Post data before login
Symfony 2.0 framework, php
We need to catch the login data that have extra information as captcha inputs and more.
When we do login we lost this $_POST information in loginListener so we can't ...
0
votes
1answer
43 views
Getting a 400 when using http client.request in nodejs
I'm trying to fetch some data from a server using nodejs. I would like to send a POST data. There are two things that I would like to know about.
How do I send the POST data?
Whatever request I make ...
0
votes
1answer
18 views
Can one save a form button's value in $_POST data without it also triggering form submit onClick
I've built a simple time picker within a form and decided to use a button which toggles between "am" and "pm" onClick. My problem is that if I use
<input type="button" value="AM" ...
0
votes
0answers
67 views
JQGrid - change default post data in request data sending to controler MVC
I have two grids on page. First grid have items which gets with post (json type). I have function in controler for that. I need when i select row on first grid to get from base records with parentid ...
0
votes
1answer
30 views
How do I do a `POST` with `Node.js`?
I've followed examples and samples and everything and I am struggling.. the equivalent PHP code I'm using is:
$url = json_encode($userArray);
$postURL = ...
0
votes
1answer
27 views
save hidden values in header after redirect
I have a form with 2 pages that retrieve information, that information is stored in my header file as hidden values. After the second page the user is directed to a third party payment system. Then ...
0
votes
1answer
446 views
C# webbrowser postData -> default
I have a problem sending postData while user click on button on some webpage. It means that postData cannot be Null. Here is the code:
webBrowser1.Navigate(e.Url, "_self", default(byte[]), headers);
...
0
votes
1answer
82 views
Is Google Website Optimizer omitting my query data transfer?
Symptom: I'm running a Google Website Optimizer A-B test on a web page, which is reached after the user fills out a form. The form data appears to arrive successfully when GWO does not fire a ...
0
votes
1answer
377 views
Button post HTML
I need to use a button without using a form. How do I make it send post data to the browser?
I am using:
<button style="height: 100px; width: 300px" onClick="parent.location='form1.php'" >Fill ...
0
votes
1answer
44 views
POSTDATA without buttons in HTML4?
I have graphs in an html page. The graphs are generated by a call to a cgi-bin program in an IMG tag:
<IMG ...
0
votes
1answer
827 views
Handling POSTDATA in Sinatra
I'm trying to create a page in Sinatra, so that whatever you post (under the parameter name "command") will be echoed back to you. Here's my current approach:
post '/eval' do
"I got ...
0
votes
1answer
119 views
How do I get curl to correctly identify mime type?
I'm using php to post an image along with some other data.
Using the sample code from the php doc site (example 2 here: http://php.net/manual/en/function.curl-setopt.php, if I output what gets sent ...
0
votes
3answers
828 views
ASP.NET custom control: when is LoadPostData() called?
I have developed a custom control that extends ListBox. The idea is that the control 'remembers' modifications to its elements which occurred client-side, e.g. as a result of an AJAX request.
The ...
0
votes
1answer
681 views
How to get data in the servlet send via dojo.xhrPost
> var xhrArgs = {
> url: '/mum/proxy/http/localhost:8080/DemoProject/MyServlet',
> postData:' MyDataToBeSend',
> handleAs: 'text',
> ...
0
votes
1answer
305 views
Sending POST data in XUL?
I'm trying to send POST data to the current tab, based on this (https://developer.mozilla.org/en/Code_snippets/Post_data_to_window).
But it doesn't seem to be working, nothing happens... I'd be very ...
0
votes
6answers
381 views
is it possible to tamper post data when using frames
I have a site that is using frames. Is it still possible from the browser for someone to craft post data for one of the frames using the address bar? 2 of the frames are static and the other frame has ...
0
votes
10answers
741 views
Writing Ajax code in JAVA
I want to write ajax code in java i.e. i want use the functionality of ajax without using ajax. I'm looking for some API of JAVA which can do so.
Like we post data of a web page through JAVA program ...
0
votes
4answers
415 views
redirecting postdata
I've recently upgraded a page on our server from classic asp to asp.net
The page recieves postdata and saves it to a file. The page is used by many of our clients and the url (to the asp page) is ...
0
votes
1answer
1k views
Using axWebBrowser control to capture page request and postdata
I'm writing a small utility to capture all requests made to a web server from a windows application using the axWebBrowser control.
So far I have the following working, as the user traverse the ...
-3
votes
1answer
424 views