Failed to call API on app server from client browser

13 Views Asked by At

My Angular 16 application is hosted on a web server and .NET 6 API is hosted on an app server. When I call from web server browser the api calls resolves successfully but when I call from any client browser other than web server it fails to resolve the call. what are the possible resons to block this call ??

I tried with allow CORS to all domain request but doesn't work

0

There are 0 best solutions below