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

Sending and processing requests between different webservers

Hi,

I'm not sure if this can be done and if asp.net is able to do it but here is
my question:

I need to have a web page with information sent to another server for
processing (sql query, etc.) but instead of the information going directly
back to the browser, I need it to go to the original server for after
processing. Is this possible and can someone point me in the right
direction. It may be similar to the way credit card transactions are handled
but I'm not sure.

Thanks,

Ellie


Jul 22 '05 #1
5 1199
"Ellie" <no****@nospam.net> wrote in message
news:ea**************@TK2MSFTNGP10.phx.gbl...
Hi,

I'm not sure if this can be done and if asp.net is able to do it but here is my question:

I need to have a web page with information sent to another server for
processing (sql query, etc.) but instead of the information going directly
back to the browser, I need it to go to the original server for after
processing. Is this possible and can someone point me in the right
direction. It may be similar to the way credit card transactions are handled but I'm not sure.


You post your form to a proxy-script on *your* server, which in turn plays
client, and sends the request to the external server. Upon return, it takes
the
response from the ext. server, do something with it, and reports back to the
client.

--
Dag.
Jul 22 '05 #2
If you are using ASP.NET then you are asking in the wrong group (look for a
group with .net in it)

For "classic" asp see http://www.aspfaq.com/show.asp?id=2173

--
--Mark Schupp
"Ellie" <no****@nospam.net> wrote in message
news:ea**************@TK2MSFTNGP10.phx.gbl...
Hi,

I'm not sure if this can be done and if asp.net is able to do it but here
is
my question:

I need to have a web page with information sent to another server for
processing (sql query, etc.) but instead of the information going directly
back to the browser, I need it to go to the original server for after
processing. Is this possible and can someone point me in the right
direction. It may be similar to the way credit card transactions are
handled
but I'm not sure.

Thanks,

Ellie

Jul 22 '05 #3
Thanks for your response. Would you know of any good asp.net or asp books
that will help me to accomplish this?

Thanks again,

Ellie

"Dag Sunde" <me@dagsunde.com> wrote in message
news:y9*****************@juliett.dax.net...
"Ellie" <no****@nospam.net> wrote in message
news:ea**************@TK2MSFTNGP10.phx.gbl...
Hi,

I'm not sure if this can be done and if asp.net is able to do it but here
is
my question:

I need to have a web page with information sent to another server for
processing (sql query, etc.) but instead of the information going
directly back to the browser, I need it to go to the original server for after
processing. Is this possible and can someone point me in the right
direction. It may be similar to the way credit card transactions are

handled
but I'm not sure.


You post your form to a proxy-script on *your* server, which in turn plays
client, and sends the request to the external server. Upon return, it

takes the
response from the ext. server, do something with it, and reports back to the client.

--
Dag.

Jul 22 '05 #4
You will first have to decide if you will be using ASP or ASP.NET. Then ask
for book recommendations on the appropriate newsgroup.

--
--Mark Schupp
"Ellie" <no****@nospam.net> wrote in message
news:Ov****************@TK2MSFTNGP10.phx.gbl...
Thanks for your response. Would you know of any good asp.net or asp books
that will help me to accomplish this?

Thanks again,

Ellie

"Dag Sunde" <me@dagsunde.com> wrote in message
news:y9*****************@juliett.dax.net...
"Ellie" <no****@nospam.net> wrote in message
news:ea**************@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I'm not sure if this can be done and if asp.net is able to do it but here
is
> my question:
>
> I need to have a web page with information sent to another server for
> processing (sql query, etc.) but instead of the information going

directly > back to the browser, I need it to go to the original server for after
> processing. Is this possible and can someone point me in the right
> direction. It may be similar to the way credit card transactions are

handled
> but I'm not sure.
>


You post your form to a proxy-script on *your* server, which in turn
plays
client, and sends the request to the external server. Upon return, it

takes
the
response from the ext. server, do something with it, and reports back to

the
client.

--
Dag.


Jul 22 '05 #5
Thanks for your input. Since this is an ASP newsgroup, then I am looking for
an answer on ASP. Since I already received a response from someone on this
subject then it really shouldn't bother anyone if I continue along with my
conversation.
"Mark Schupp" <no******@email.net> wrote in message
news:e6**************@tk2msftngp13.phx.gbl...
You will first have to decide if you will be using ASP or ASP.NET. Then ask for book recommendations on the appropriate newsgroup.

--
--Mark Schupp
"Ellie" <no****@nospam.net> wrote in message
news:Ov****************@TK2MSFTNGP10.phx.gbl...
Thanks for your response. Would you know of any good asp.net or asp books that will help me to accomplish this?

Thanks again,

Ellie

"Dag Sunde" <me@dagsunde.com> wrote in message
news:y9*****************@juliett.dax.net...
"Ellie" <no****@nospam.net> wrote in message
news:ea**************@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I'm not sure if this can be done and if asp.net is able to do it but

here
is
> my question:
>
> I need to have a web page with information sent to another server for
> processing (sql query, etc.) but instead of the information going

directly
> back to the browser, I need it to go to the original server for after
> processing. Is this possible and can someone point me in the right
> direction. It may be similar to the way credit card transactions are
handled
> but I'm not sure.
>

You post your form to a proxy-script on *your* server, which in turn
plays
client, and sends the request to the external server. Upon return, it

takes
the
response from the ext. server, do something with it, and reports back
to the
client.

--
Dag.



Jul 22 '05 #6

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

Similar topics

1
by: PerryG | last post by:
We have a .NET 1.1 client which is sending a gzipped soap request using HttpWebRequest to an Apache server. The Apache server is using a the 'mod_deflate' server to decompress the incoming...
1
by: bmmodi | last post by:
Hello, We have three webservers that host the same web application (written in VB.NET running on .NET Framework 1.0 SP2). We receive the following error (aspnet_wp.exe (PID: 1864) was recycled...
13
by: yawnmoth | last post by:
Say I wrote an ajax script to send out HTTP requests via ajax. Any cookies that I have associated with that site will be sent along with this HTTP request. Is there a way to prevent this from...
7
by: D. Patrick | last post by:
I need to duplicate the functionality of a java applet, and how it connects to a remote server. But, I don't have the protocol information or the java source code which was written years ago. ...
4
by: yawnmoth | last post by:
Is it possible to send http requests with curl but not have curl wait for the response? The reason I ask is because I'd like to code a web app that can sorta start time consuming processes...
6
by: Hitesh | last post by:
We all know that IIS and asp.net are suppose to be muti-threaded applications running on a pre-emptive multi-tasking model. But, what I have found is that under the default installation of...
8
by: mtsweep | last post by:
Hi, I started a background thread to preform some time intensive tasks for a GUI frontend. This background thread uses a C++ object which requires a windows message loop so I started one in it...
6
by: surfivor | last post by:
I may be involved in a data migration project involving databases and creating XML feeds. Our site is PHP based, so I imagine the team might suggest PHP, but I had a look at the PHP documentation...
4
by: yannis.corre | last post by:
Hello, I don't understand the difference of behavior of these two webservers : I'm uploading a file and I launch a thread that makes some treatments with the Request.Files. I saw that a new...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.