In Program.cs on line 154 the url should be https://uartcodes.com/xml.php instead of "http://...". When accessed without https, the server redirects to a link with https, but it doesn`t keep the correct xml.php path, instead it redirects to "https://uartcodes.com/xml.phpxml.php" which is invalid.
In Program.cs on line 154 the url should be https://uartcodes.com/xml.php instead of "http://...". When accessed without https, the server redirects to a link with https, but it doesn`t keep the correct xml.php path, instead it redirects to "https://uartcodes.com/xml.phpxml.php" which is invalid.