Link to home
Start Free TrialLog in
Avatar of slimard
slimard

asked on

Publish website with ISA 2006

Hello,

I am publishing a website with ISA 2006. It is working pretty fine. However some of my published web pages are redirected to an outside webserver. This outside webserver allows only the public IP of my ISA server.

When people access my published website it works but they cannot access the pages at the outside webserver. I have changed in ISA: "Request appears to come from ISA server computer" but still no luck.

Do you have any idea on how I can solve this?

Many thanks
S.
Avatar of Raj-GT
Raj-GT
Flag of United Kingdom of Great Britain and Northern Ireland image

When the published website is redirecting, it is actually telling the client browser to go to a different server. Once the client receives the redirect request, it will then try and connect to it directly. One workaround is to modify the published website's code to pull data from the third party server and then present it as it's own. You can use cURL in PHP for this, not sure about the ASP equivalent.

I am afraid there is not much you can do with the ISA server. (I can think of a possible workaround, but it is a little complex)

Thanks,
Raj
Looks like IISProxy is the ASP equivalent.
http://www.iisproxy.net/
Avatar of slimard
slimard

ASKER

Thanks. Could you please share the workaround you were thinking of?
ASKER CERTIFIED SOLUTION
Avatar of Raj-GT
Raj-GT
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Unless slimard objects, I will recommend splitting points for #24270112 and #24269535 as possible solutions.

Thanks,
Nimal