Milí majitelé routerů Turris,
toto fórum bylo 9. 12. 2016 zmrazeno a nahrazeno naším novým Turris fórem. Ještě chvíli bude dostupné k prohlížení, ale již zde není možné přispívat. Více informací naleznete v oznámení o uzavření fóra.
Dear Turris routers users,
this forum has been frozen on Dec 9th, 2016 and replaced by our new Turris forum. It will be read-only accessible for some time after. For more information, read the announcement about closing the forum.
curl -v --digest -u "jmeno:heslo" http://10.1.1.4:16992/remote.htm > GET /remote.htm HTTP/1.1 > User-Agent: curl/7.38.0 > Host: 10.1.1.4:16992 > Accept: */* > < HTTP/1.1 401 Unauthorized < WWW-Authenticate: Digest realm="Digest:C95C0000000000000000000000000000", nonce="tgkAAAAAAAAl9bZkDImxxQ6qL+iTbXk1",stale="false",qop="auth" < Content-Type: text/html < Server: Intel(R) Standard Manageability 7.1.52 < Content-Length: 711 < Connection: close < <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > curl -v --basic -u "jmeno:heslo" http://10.1.1.4:16992/remote.htm > GET /remote.htm HTTP/1.1 > Authorization: Basic am1lbm86aGVzbG8= > User-Agent: curl/7.38.0 > Host: 10.1.1.4:16992 > Accept: */* > < HTTP/1.1 401 Unauthorized < WWW-Authenticate: Digest realm="Digest:C95C0000000000000000000000000000", nonce="0nABAAICAAAeAqDZPxUhPlQkdY/NUO7f",stale="false",qop="auth" < Content-Type: text/html < Server: Intel(R) Standard Manageability 7.1.52 < Content-Length: 711 < Connection: close < <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >
curl --digest -u foo:bar --cookie-jar jar.txt http://httpbin.org/digest-auth/auth/foo/bar -v
> GET /digest-auth/auth/foo/bar HTTP/1.1
> User-Agent: curl/7.38.0
> Host: httpbin.org
> Accept: */*
>
Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill