Вопрос

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?

Нет правильного решения

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top