Hi,
We have an IIS server running as a reverse proxy for terminology.hl7.org. Requests coming in with a host of terminology.hl7.org are redirected to an internal server at http://3.142.231.50/terminology.
If the request is for http://terminology.hl7.org/6.2.0, the server at 3.142.231.50 issues a redirect with a Location header of http://3.142.231.50/terminology/6.2.0/. IIS reprocesses this header to http://terminology.hl7.org/terminology/6.2.0/.
Any suggestions to tackle this?
We have an IIS server running as a reverse proxy for terminology.hl7.org. Requests coming in with a host of terminology.hl7.org are redirected to an internal server at http://3.142.231.50/terminology.
If the request is for http://terminology.hl7.org/6.2.0, the server at 3.142.231.50 issues a redirect with a Location header of http://3.142.231.50/terminology/6.2.0/. IIS reprocesses this header to http://terminology.hl7.org/terminology/6.2.0/.
Any suggestions to tackle this?
Comment