Page MenuHomePhabricator
Paste P931

(An Untitled Masterwork)
ActivePublic

Authored by Tgr on Jul 9 2015, 11:23 PM.
Tags
None
Referenced Files
F190779:
Jul 9 2015, 11:23 PM
Subscribers
None
gtisza@GergoTisza:~$ curl -v 'https://en.wikivoyage.org/w/index.php?title=Special:OAuth/identify' 2>&1 | egrep '301|Locat|Cache-Control'< HTTP/1.1 301 Moved Permanently
< Location: https://en.wikivoyage.org/wiki/Special:OAuth/identify
< Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
gtisza@GergoTisza:~$ curl -vH 'Authorization: OAuth fake="yes"' 'https://en.wikivoyage.org/w/index.php?title=Special:OAuth/identify' 2>&1 | egrep '301|Locat|Cache-Control'
< HTTP/1.1 301 Moved Permanently
< Location: https://en.wikivoyage.org/wiki/Special:OAuth/identify
< Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
gtisza@GergoTisza:~$
gtisza@GergoTisza:~$
gtisza@GergoTisza:~$
gtisza@GergoTisza:~$ curl -vH 'Authorization: OAuth fake="yes"' 'https://en.wiktionary.org/w/index.php?title=Special:OAuth/identify' 2>&1 | egrep '301|Locat|Cache-Control'
< Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
gtisza@GergoTisza:~$ curl -v 'https://en.wiktionary.org/w/index.php?title=Special:OAuth/identify' 2>&1 | egrep '301|Locat|Cache-Control'< HTTP/1.1 301 Moved Permanently
< Location: https://en.wiktionary.org/wiki/Special:OAuth/identify
< Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
gtisza@GergoTisza:~$ curl -vH 'Authorization: OAuth fake="yes"' 'https://en.wiktionary.org/w/index.php?title=Special:OAuth/identify' 2>&1 | egrep '301|Locat|Cache-Control'
< Cache-Control: private, s-maxage=0, max-age=0, must-revalidate