473,396 Members | 2,002 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,396 software developers and data experts.

view post buffer of HttpWebRequest

Is it possible to view the stream that is being POSTed to URI when using
HttpWebRequest class? If so, how? I'm posting MIME encoded key/value data
to a website. I want to verify that the stream looks something like this...

--------7cf2a327f01ae

Content-Disposition: form-data; name="login"

username

--------7cf2a327f01ae

Content-Disposition: form-data; name="pass"

password



Thanks,

-Randy


Jul 19 '05 #1
1 1943
check out a tool called "proxyTrace", it is free, and would allow you to see
the whole HTTP flow - search google for it

"Randy" <ra***@penHATESPAMsoft.com> wrote in message
news:%2******************@TK2MSFTNGP11.phx.gbl...
Is it possible to view the stream that is being POSTed to URI when using
HttpWebRequest class? If so, how? I'm posting MIME encoded key/value data to a website. I want to verify that the stream looks something like this...
--------7cf2a327f01ae

Content-Disposition: form-data; name="login"

username

--------7cf2a327f01ae

Content-Disposition: form-data; name="pass"

password



Thanks,

-Randy

Jul 19 '05 #2

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

Similar topics

2
by: Fatih BOY | last post by:
Hi, I want to send a report from a windows application to a web page like 'report.asp' Currently i can send it via post method with a context like local=En&Username=fatih&UserId=45&Firm=none...
2
by: Anthony Boudouvas | last post by:
Hi to all, i try to use Http Post to upload a file at a web server. Web server already has a page that it copies the uploaded file in a specifir directory. The below code returns to me "The...
5
by: Tammy | last post by:
Hi, I have an aspx app which needs to post data to a form and read the response. I am confused on whether I should be using the get_url using "POST" method or the post_url using "GET" method. ...
6
by: someone | last post by:
I am in a situation where I need to package some information from Page1, submit it via POST to another server which will process the information and then send the user to another page on my server...
5
by: Vishal | last post by:
Hello, I already asked this question in the ASP.NET forums, but no help came. So I am hoping that somebody can help me out. This is really very URGENT me. For my e-commerce application, I...
0
by: Randy | last post by:
Is it possible to view the stream that is being POSTed to URI when using HttpWebRequest class? If so, how? I'm posting MIME encoded key/value data to a website. I want to verify that the stream...
2
by: JD | last post by:
I am currently trying to send an XML document to an HTTPS address. The address is something like https://blah.com:5558/test/http. I am trying to use httpWebRequest but am not sure if this is the...
3
by: JansenH | last post by:
We have implemented a 'HTTP Post' client in C# that posts Xml documents to a webserver. This is working fine if the post rate is one post for every 20 seconds. But if the post rate is increased to...
2
by: David | last post by:
Hello, I would like to know how to post form data programmatically. The idea is to get the intranet web page, programmatically entre the username and password in a login form, post it and be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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.