I have a controller who gets a request.
I want to restrict it, so it is only locally.
I can't just restrict the web application to local access only, because it is only one particular method, that needs to be restricted.
How do i do that?
Thanks.