i have a web application in that i need to differentiate both intranet and internet requests
how can i achieve this?
right now i have thought of using IP address to differentiate but there might be a chance of same intranet ip address for different organizations.
is there any effective way to differentiate
Thank you in advance
I would use IP address. If people from other organisations are querying the page, they do it with their public IP address which is different from their intranet IP.
Only people from your intranet can ask with local IP addresses.