If you are running an Azure Web App on a Linux back-end with code from someone you have not written yourself, you may come across references to https://example.com:8080 when you are opening your app in the browser. In my case, the application looked at the global PHP variables $_SERVER[‘SERVER_NAME’] and…