Tagged Questions

2
votes
2answers
52 views

SOAP object over HTTP post in C# .NET

I am trying to compose a SOAP message(including header) in C# .NET to send to a URL using HTTP post. The URL I want to send it to is not a web-service, it just receives SOAP messages to eventually …
0
votes
1answer
13 views

Error while installing Poster (Python Module)

I'm trying to install Chris Atlee's python Poster library so I can upload a file using a HTTP POST query from within my script. On python 2.3, when I type # python setup.py install, I get the …
0
votes
1answer
33 views

HTTP POST and complex structures

I'm trying to send a complex HTTP POST request to a web service. The web service was created using VS2008, in which you can set VS to create HTTP POST and GET interfaces alongside the SOAP one. Now …
-2
votes
1answer
62 views

How to post something like this with javascript(jQuery)? [closed]

_charset_ UTF-8 trace[content] County trace[end_node_xpath] …
2
votes
2answers
76 views

Adding data to a silverlight HTTP POST Async

I'm trying to send some data using a simple HTTP POST in Silverlight 3.0 but for some reason I can't seem to find a good example on how to do this. So far this works, but how do I send some data …
1
vote
2answers
162 views

show “webpage has expired” on back button

What is the requirement for the browser to show the ubiquitous "this page has expired" message when the user hits the back button? What are some user-friendly ways to prevent the user from using the …
2
votes
1answer
168 views

How to send parameters on an Https POST with C#

I have asked here how to make the https post, and now that works fine. Problem now is How to send a parameter, name query, wich is a json string: {"key1":"value1", "key2":{"key21":"val21"} } What …
0
votes
4answers
131 views

REST post format

When you use REST to create a new entry using a POST, I see some APIs such as Google's specify that you send XML as part of the request while others specify that you send key/value pairs. Is there a …
0
votes
0answers
32 views

Why http post parameter dissapears after Content-Type changed?

I'm making an http post to an url. When using WebClient or WebRequest it all works fine, unless I change the WebRequest.ContentType propertie. What I'm missing here? As suggested here I'm trying …
0
votes
2answers
204 views

Receive requests with a .asmx file or a .aspx file?

I'm setting up my site to receive info from people via text message. The way it works is they text a number, that service then sends an HTTP POST to a url I specify. I've heard that .asmx files are …
0
votes
4answers
901 views

HTTPS C# Post Problem (with Fiddler)

Hi :) Basically I have this code below & the last step FinalStepGetReportData() throws an exception on return (HttpWebResponse)request.GetResponse(); if fiddler is switched off? All else works …
1
vote
2answers
382 views

Sharepoint - Multiple document upload - HTTP ‘post’ verb not allowed

When attempting to upload any number of documents, including very small files, seems to succeed- but subsequently redirects to an error page indicating the following: …
3
votes
7answers
560 views

What are the advantages of using a GET request over a POST request?

Several of my ajax applications in the past have used GET request but now I'm starting to use POST request instead. POST requests seem to be slightly more secure and definitely more url …
0
votes
2answers
337 views

Waiting for javascript async callback @ http post

Hi guys, I'm implementing a small feature and kind of stuck. I have a button to execute some action, such as <input type="submit" value="My Button" onclick="javascript:DoSomething();" /> …
0
votes
1answer
103 views

Login to a site and then POST to a page in it

I have to login to a page using three parameters, after that I have to POST two parameters to another page inside the site I've just logged in. So far I've got a cookie with this: curl -c cookie.txt …

1 2 3 next
15 30 50 per page