How to validate the request is coming from the same domain using ASP.Net c# except UrlReferer as this can be faked

479 Views Asked by At

How to validate the request is coming from the same domain using ASP.Net c# except UrlReferer as this can be faked.

I want this validation in Custom Action filter for a specific API controller.

0

There are 0 best solutions below