Redirect internal URL to External Address

OMG_98 101 Reputation points
2022-12-21T23:23:16.133+00:00

Hi, we're predominantly a windows shop and need to create a new Internal URL and redirect to a new external/cloud service. The detail is below

Https://MyNew_Internalsite.MyOrg.com >> Https://MyNew_Internalsite.3rdParty.com/ourstuff

("MyNew_Internalsite" is only a pointer to the external site.)

I was thinking we could just do this creating some external and external DNS entries, but not so sure now I've looked into it some more.

We do have an on-prem Load balancer i could use if this helps. Or is there some way we could do this via our Azure tenancy?

Thanks

Windows development | Internet Information Services
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-12-22T17:22:52.81+00:00

    you have two options. a redirect host, or a proxy. because of ssl, because of ssl updating the came will not work. also often host headers are used for routing.

    for a redirect host, the Https://MyNew_Internalsite.MyOrg.com host needs to be configured to do redirects. how this is done is based on the host. typically a load balancer has this feature, but you can use IIS url rewrites, a static site with hen redirects, or an application.

    a proxy. again a load balancer can be used. you will probably need to modify the response (typically with sed scripts) to fix cookie paths and imbedded urls.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.