Question

I'm currently VPN using a web interface through Juniper that asks for username and password. I want to programmatically connect but I have to use nclauncher.exe, which requires me to enter a "realm".

How do I find out which realm I'm logging into?

No correct solution

OTHER TIPS

The realm is usually your company name. You can "programmatically" find the realm by getting the value of the hidden realm element in the page you usually login. say for example you are logging into http://yourcompany.com. you will see the user login page. now open the page source in the browser and search for realm. you will find a hidden element. Your relam is the value in the hidden element.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top