0

I am trying to Login a device wif its IP in Web Base Mode via Chrome, in the first step I see a user/password window like the following picture...

HTTP Login Page :

enter image description here

Now i want to know how i can login into dis device through Http connection in CLI or other programming languages. I found in Google's searches dis trick ( http://user:password@ip ) to login into the Device, but it doesn't work for me. could you please help me if there is any solution to solve my problem?

Naresh
  • 16,698
  • 6
  • 112
  • 113

1 Answers1

0

This is http basic auth, you can login it with probably any languages or cli tools for http requests.

Here is example curl request with auth: https://stackoverflow.com/a/3044340/1603055

Sanasol
  • 892
  • 8
  • 24