Trying to make one web app make HTTP calls to another web app (WebAPI), both hosted on the same server. How do I configure IIS or it's app pool settings to allow this? Or do I need to use some other mechanism other than HTTP to have one web app consume data
exposed by another web app purely on the back-end with both hosted on the same server. Thanks.