locked
How Do I Configure IIS/App Pool Settings to Allow One Web App to Make HTTP Call to Another Web App Hosted on the Same Server? RRS feed

  • Question

  • User-625229731 posted

    Hello,

    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.

    Wednesday, August 7, 2019 5:31 PM

All replies

  • User690216013 posted

    Trying to make one web app make HTTP calls to another web app (WebAPI), both hosted on the same server.

    What exactly have you tried and failed? Everything should work by default, unless you make mistakes.

    Thursday, August 8, 2019 4:21 AM