Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P931
(An Untitled Masterwork)
Active
Public
Actions
Authored by
Tgr
on Jul 9 2015, 11:23 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F190779:
Jul 9 2015, 11:23 PM
2015-07-09 23:23:06 (UTC+0)
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
Event Timeline
Tgr
edited the content of this paste.
(Show Details)
Jul 9 2015, 11:23 PM
2015-07-09 23:23:06 (UTC+0)
Tgr
updated the paste's language from
autodetect
to
autodetect
.
Tgr
mentioned this in
T105387: Unexpected 301 redirect when calling Special:OAuth/identify during OAuth exchange
.
Jul 9 2015, 11:47 PM
2015-07-09 23:47:44 (UTC+0)
Log In to Comment