2

We have a web page that we want to access from a raspberry pi, however the webpage in question is protected with windows authentication. Is there any way to pass this authentication across from the Raspberry pi?

coolblue2000
  • 3,796
  • 10
  • 41
  • 62

2 Answers2

0

Iceweasel is a port of Firefox which supports NTLM authentication on the Raspberry Pi. As far as I know, that's currently the only actively updated browser that retains the authentication throughout a session.

Jaime Torres
  • 10,365
  • 1
  • 48
  • 56
-1

Chrome supports ntlm http auth scheme, you can read more about it here.

If you're not using chrome (or chromium) then you need to check that your client has support for ntlm http auth scheme.

Olli K
  • 1,720
  • 1
  • 16
  • 17