Client IP Safe List vs CORS

  • Thread starter Thread starter BruceDB
  • Start date Start date
B

BruceDB

Guest
Developing an intranet app: Core 3.0 WebAPI with Angular 8 front end.

I am developing a Web API app which can be used by several Angular client apps so I want to limit the domain (or sub-domain) that can send requests to the endpoints.

Trying to understand the difference between CORS and an IP Safelist (Client IP safelist for ASP.NET Core).

Not really clear on how they are different or why one should be chosen over the other.

What are the differences between the two approaches.

Thanks,


- Bruce

Continue reading...
 
Back
Top