I have .net core api application where I have implemented cors with restricted origins. This is working fine, if I call api from browser and origin is not matched call get blocked but if I call the same api from postman I get the result even if origin header is missing or I add origin header manually.
I need to block any call which is not initiated from my front-end app