473,386 Members | 1,819 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,386 software developers and data experts.

HttpWebRequest POST

Hi.

I need to send a form through POST to the VISA website, and I'll receive four fields these website, also by POST.
Someone let me know, how can I to make it in ASP.NET?
I know that I can to make it using HttpWebRequest / HttpWebResponse, but I do not know how.

Thank you
Sergio.
May 31 '06 #1
4 2230
See this

http://www.netomatix.com/HttpPostData.aspx
http://www.netomatix.com/Development/XmlWebRequest.aspx
"Sergio Costa Faria" <te******@hotmail.com> wrote in message news:el**************@TK2MSFTNGP05.phx.gbl...
Hi.

I need to send a form through POST to the VISA website, and I'll receive four fields these website, also by POST.
Someone let me know, how can I to make it in ASP.NET?
I know that I can to make it using HttpWebRequest / HttpWebResponse, but I do not know how.

Thank you
Sergio.
May 31 '06 #2
Look at the quickstart examples

http://www.asp.net/QuickStart/howto/...lientPOST.aspx

--
Regards

John Timney
Microsoft MVP

"Sergio Costa Faria" <te******@hotmail.com> wrote in message news:el**************@TK2MSFTNGP05.phx.gbl...
Hi.

I need to send a form through POST to the VISA website, and I'll receive four fields these website, also by POST.
Someone let me know, how can I to make it in ASP.NET?
I know that I can to make it using HttpWebRequest / HttpWebResponse, but I do not know how.

Thank you
Sergio.
May 31 '06 #3
Hi..

I need to send to this address: "../Componentes_VBV/Capture.exe"
Is a VISA files....
By HttpRequest / Response, isn't functioning.

Thank you
Sergio

"John Timney ( MVP )" <ti*****@despammed.com> wrote in message news:eU**************@TK2MSFTNGP05.phx.gbl...
Look at the quickstart examples

http://www.asp.net/QuickStart/howto/...lientPOST.aspx

--
Regards

John Timney
Microsoft MVP

"Sergio Costa Faria" <te******@hotmail.com> wrote in message news:el**************@TK2MSFTNGP05.phx.gbl...
Hi.

I need to send a form through POST to the VISA website, and I'll receive four fields these website, also by POST.
Someone let me know, how can I to make it in ASP.NET?
I know that I can to make it using HttpWebRequest / HttpWebResponse, but I do not know how.

Thank you
Sergio.
May 31 '06 #4
I would expect "../Componentes_VBV/Capture.exe" to cause an malformed URL
exception. You need to provide a valid URl that matches the http protocol.

Something like:

"http://www.whatever.com/Componentes_VBV/Capture.exe"

--
Regards

John Timney
Microsoft MVP

"Sergio Costa Faria" <te******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Hi..

I need to send to this address: "../Componentes_VBV/Capture.exe"
Is a VISA files....
By HttpRequest / Response, isn't functioning.

Thank you
Sergio

"John Timney ( MVP )" <ti*****@despammed.com> wrote in message
news:eU**************@TK2MSFTNGP05.phx.gbl...
Look at the quickstart examples

http://www.asp.net/QuickStart/howto/...lientPOST.aspx

--
Regards

John Timney
Microsoft MVP

"Sergio Costa Faria" <te******@hotmail.com> wrote in message
news:el**************@TK2MSFTNGP05.phx.gbl...
Hi.

I need to send a form through POST to the VISA website, and I'll receive
four fields these website, also by POST.
Someone let me know, how can I to make it in ASP.NET?
I know that I can to make it using HttpWebRequest / HttpWebResponse, but I
do not know how.

Thank you
Sergio.
May 31 '06 #5

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...
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...
6
by: omyek | last post by:
I'm trying to mimic the browsing of a webpage using an HttpWebRequest. I've had a lot of luck with it so far, including logging into pages, posting form data, and even collecting and using cookies....
1
by: sfoxover | last post by:
Hi, Could someone please give me some suggestions on how to make this class robust. I need to be able to handle around 20 similtanious requests to this class which causes a web browser to...
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...
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...
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...
7
by: Marc Bartsch | last post by:
Hi, I have a background worker in my C# app that makes a synchronous HttpWebRequest.GetResponse() call. The idea is to POST a file to a server on the internet. When I call HttpWebRequest.Abort()...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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
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
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
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
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,...

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.