For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Julio_Navarro's avatar
Julio_Navarro
Icon for Cirrostratus rankCirrostratus
Mar 25, 2016

NTLM Detect Trusted Sites in Client Browser

Hi!

I am looking for a way to inform users when there missing components in their browser trying to reach one of our internal resources. One of the components I am stuck is detecting if the client's browser has our company domain in their trusted Local Intranet list (for example: https://*.domain.com). Sometimes they forget using the https and just add http. (I know, with AD and some policies would be more easier...:-)...)

So, the question is how I can "detect" if in fact the domain is defined under

    **Local Intranet->Sites->Advanced->Websites** 

Thank you

J

1 Reply

  • Josiah_39459's avatar
    Josiah_39459
    Historic F5 Account

    I'm not sure there is a serverside way to detect this. You could try toggling the vip in and out of trusted sites and then diff the http requests that the client sends, but I have a feeling they will be identical. If they are different, then there you have the criteria for detection.