Accessing Windows Authentication Web Page from Raspberry pi Browser

試著忘記壹切 提交于 2019-12-11 03:36:55

问题


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?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/15165212/accessing-windows-authentication-web-page-from-raspberry-pi-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!