Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Sending and processing requests between different webservers

Reply
Thread Tools

Sending and processing requests between different webservers

 
 
Ellie
Guest
Posts: n/a
 
      05-18-2005
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




 
Reply With Quote
 
 
 
 
Dag Sunde
Guest
Posts: n/a
 
      05-18-2005
"Ellie" <> wrote in message
news:...
> 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.


 
Reply With Quote
 
 
 
 
Mark Schupp
Guest
Posts: n/a
 
      05-18-2005
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" <> wrote in message
news:...
> 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
>
>
>
>



 
Reply With Quote
 
Ellie
Guest
Posts: n/a
 
      05-18-2005
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" <> wrote in message
news:y9Iie.528$...
> "Ellie" <> wrote in message
> news:...
> > 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.
>
>



 
Reply With Quote
 
Mark Schupp
Guest
Posts: n/a
 
      05-18-2005
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" <> wrote in message
news:OvMHxP%...
> 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" <> wrote in message
> news:y9Iie.528$...
>> "Ellie" <> wrote in message
>> news:...
>> > 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.
>>
>>

>
>



 
Reply With Quote
 
Ellie
Guest
Posts: n/a
 
      05-18-2005
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" <> wrote in message
news:e6xNsV#...
> 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" <> wrote in message
> news:OvMHxP%...
> > 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" <> wrote in message
> > news:y9Iie.528$...
> >> "Ellie" <> wrote in message
> >> news:...
> >> > 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.
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting a dir and file listing of webservers sub-folders =?Utf-8?B?RGVhc3Vu?= ASP .Net 1 07-12-2005 05:05 PM
Sending requests to two different servers Ellie ASP .Net Web Services 1 05-28-2005 09:09 PM
General ASPNet question about WebServers and Java Sam ASP .Net 1 05-05-2005 02:08 AM
web requests and mobile requests Fernando Arámburu ASP .Net 1 04-08-2005 07:13 PM
Problem accessing some webservers with C1605 Ruediger Kasten Cisco 2 10-25-2004 08:19 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57