Forum Turris
Fórum Turris Nápověda

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.

Nahoru Téma Majitelé routerů / Technická podpora / CURL nepodporuje digest autentizaci?
- - Od Filip Vyskočil Dne 2016-01-25 12:15
Dobrý den,
dokázali by jste mi prosím někdo potvrdit, že CURL v našem OpenWRT sice přepínač --digest akceptuje, ale pak nic neudělá?
Oproti --basic , který se aspoň snaží.
Děkuji
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" >
Nadřazený - Od saky (>) Dne 2016-01-25 14:49
Také mi to z Turrisu nejede..
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: */*
>


< HTTP/1.1 401 UNAUTHORIZED
< Server: nginx
< Date: Mon, 25 Jan 2016 13:47:17 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 0

Z lokálu (Linux Mint, curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f) v pohodě...
Nahoru Téma Majitelé routerů / Technická podpora / CURL nepodporuje digest autentizaci?

Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill