473,394 Members | 1,108 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,394 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 1942
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.