Base solution for your next web application
Open Closed

Multi-Server Web Api #7624


User avatar
0
defacto created

Hi, I want to be sure about something.

We want to host our Web Api on 2 servers. Apart from the Framework, we do not have any server-based processes such as session, local server cache, which we specially develop. We use a single database.

Should api requests made by clients go to the web api server where the client is logged in? Does hosting the Web Api on multiple servers create problems in Authorization or other situations?

Thanks


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    You can check out this article.

    https://aspnetboilerplate.com/Pages/Documents/Articles/Running-in-Docker-Containers-and-Building-a-Web-Farm-Load-Balancer-Scenario/index.html