Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > looking for a "proxy" handler to redirect page requests..

Reply
Thread Tools

looking for a "proxy" handler to redirect page requests..

 
 
Jéjé
Guest
Posts: n/a
 
      02-05-2005
Hi,

I'm looking for a component which can act as a "proxy".
I mean when a user access a virtual folder I want to get the query then I'll
send it to a back end server, then I display the result coming from the
backend server.

Like ISA Server can do with a web publishing rule.

Because I have an.net application (http://portal.company.com) which used
IFrame to display some contents of another server
(http://reports.company.com) .
I'm using basic authentication and when the IFrame is opened, the user is
asked to login again because I call another secured server.

To avoid this, I want to use a local virtual folder
(http://portal.company.com/reportserver) with an handler to execute the
exact same query to the back end server using the current login of the user.

I presume I have to rewrite some HTML content like:
http://reports.company.com become http://portal.company.com

thanks for your help.

jerome.


 
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
Response.redirect does not redirect from .aspx page =?Utf-8?B?VHJveQ==?= ASP .Net 3 10-15-2008 09:07 PM
How does a handler render the request to another handler in the MVC of SPRING 2.0.1 framework? rayzyang@gmail.com Java 0 05-30-2007 11:28 AM
Event Handler that creates adds another event handler kaczmar2@gmail.com ASP .Net 1 02-22-2007 07:37 AM
how do u invoke Tag b's Tag Handler from within Tag a's tag Handler? shruds Java 1 01-27-2006 03:00 AM
Basic Q - Response.Redirect, all redirect to first Response.Redirect statement Sal ASP .Net Web Controls 1 05-15-2004 03:46 PM



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