When I try to hit my web app on port 8080 I get the following error
Bad Request - Invalid Hostname HTTP Error 400. The request hostname is inval
So, I solved this by going to my website in IIS Manager and changing the host name in site bindings from localhost to *. Started working immediately.