Hi,
Our setup is a backend (internal only) website is in a format http://server1.intranet.lan/home
I’ve been asked to set this up on Azure App gateway so that we can 1. Use company domain in URL and 2. Offload SSL cert to gateway.
So I’d like to have app gateway listen on something like https://myapp1.mycompanyname.co.uk/home and use the mycompanyname.co.uk wildcard SSL cert for offload. I'd create an internal DNS for myapp1 pointing to internal address of gateway.
I have the backend server setup with its IP, and the HTTP setting is over port 80.
Is it possible to listen on one URL and then change it so it points to the correct URL at the backend?
I thought about "Override Backend path" in the HTTP setting – but I wasn’t sure if this would work.
Thanks for any comments