473,405 Members | 2,373 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

HttpWebRequest method POST

Hello Group,

How send few value using HttpWebReguest with POST method in one request?

Thx.
PawelR
Dec 1 '05 #1
3 7445


PawelR wrote:

How send few value using HttpWebReguest with POST method in one request?


What kind of "values", what kind of Content-Type should the request body
have?

If you simply want to POST some name=value pairs as
application/x-www-form-urlencoded contents then it might be easier to
use WebClient and its UploadValues method:
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemNetWebClientClassUploadValuesTopic.asp>

If you want to do that with HttpWebRequest then get hold of the request
stream, construct the request body (i.e. name=value pairs encoded as
application/x-www-form-urlencoded) and write it to the request stream.
To urlencode the name and values you can use UrlEncode method of
HttpUtitity.

--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Dec 1 '05 #2
Thanks,
I ought to send to server few pairs: name1=value1, name2=value2,
name3=value3 and I must use http post because server working only with http
post method.
Pawel
Uzytkownik "Martin Honnen" <ma*******@yahoo.de> napisal w wiadomosci
news:uJ**************@TK2MSFTNGP14.phx.gbl...


PawelR wrote:

How send few value using HttpWebReguest with POST method in one request?


What kind of "values", what kind of Content-Type should the request body
have?

If you simply want to POST some name=value pairs as
application/x-www-form-urlencoded contents then it might be easier to use
WebClient and its UploadValues method:
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemNetWebClientClassUploadValuesTopic.asp>

If you want to do that with HttpWebRequest then get hold of the request
stream, construct the request body (i.e. name=value pairs encoded as
application/x-www-form-urlencoded) and write it to the request stream.
To urlencode the name and values you can use UrlEncode method of
HttpUtitity.

--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/

Dec 1 '05 #3
PawelR wrote:
Thanks,
I ought to send to server few pairs: name1=value1, name2=value2,
name3=value3 and I must use http post because server working only
with http post method. Pawel


That's what WebClient.UploadValues() will do.

Cheers,
--
http://www.joergjooss.de
mailto:ne********@joergjooss.de
Dec 1 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: TJO | last post by:
Can someone at MS please reply to this. I am trying to post data so a web form via ssl with the following code. I keep getting this error: "The underlying connection was closed: Could not...
2
by: Kueishiong Tu | last post by:
I have a url, I pass it to Webclient, and I get response without any problem. String* uriString = S"trade7.masterlink.com.tw/futures/QuotePrice.jsp"; String* postData = S""; // Create a new...
9
by: Mike Cronin via DotNetMonster.com | last post by:
Hi there, Can anyone tell me what level of encryption is used when making an HTTPS POST request through an instance of the System.Net.HttpWebRequest object? Thanks much in advance! Mike...
3
by: ME | last post by:
Hi; I am getting "Unhandled Exception: System.Net.WebException: The remote server returned an erro r: (401) Unauthorized." when I am trying to get a page via post. Code follows...
2
by: GlennLanier | last post by:
Hello, I've searched the forums and can't find an answer -- if it i there, kindly point me in that direction. I would like to simulate a browser POSTing a FORM and be able to pars the response....
1
by: Dave Brown | last post by:
I am attempting to post to a url (https://FakeURL/logon.asp) using the HttpWebRequest class. The response for a succesful post will contain the html for the logon user's default page. We've...
8
by: Dave Brown | last post by:
I am attempting to post to a url (https://FakeURL/logon.asp) using the HttpWebRequest class. The response for a succesful post will contain the html for the logon user's default page. We've...
6
by: James MA | last post by:
I'm now writing a small program to communicate a web server to simulate a web client. I use te httpwebrequest to talk with the server, and it works find for "POST" method, however, when i test...
4
by: Natalia | last post by:
Hello, I need to provide the ability to post file and some form elements via our website (asp.net) to the third party website (asp page). On http://aspalliance.com/236#Page4 - I found great...
0
by: joshblair | last post by:
I tried to post this to microsoft.public.dotnet.languages.csharp a week ago with no results. Please excuse the "cross-post". I am trying to post XML documents to a third party using the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.