Publishing data between two servers

create share 646 Reputation points
2021-05-20T09:48:44.393+00:00

Hi,

Is it possible to let a published server shows data from another server with internal IP or the other server must also have a real ip?

Thanks.

Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Wu-MSFT 7,121 Reputation points Microsoft Vendor
    2021-05-24T07:37:16.677+00:00

    Hi @create share

    You can achieve this by reverse proxy, by using URL Rewrite Module and Application Request Routing you can implement complex and flexible load balancing and reverse proxy configurations. A very common reverse proxy scenario is to make available several internal web applications over the Internet. An Internet-accessible Web server is used as a reverse-proxy server that receives Web requests and then forwards them to several intranet applications for processing.

    More information about how to use the reverse proxy you can refer to this link: reverse-proxy-with-url-rewrite-v2-and-application-request-routing.


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments