[15:13:45] Does anyone know if there's any weirdness going on wrt mobile redirects on Wikipedia? [15:15:25] is this across the board or only on specific pages? [15:15:40] across the board I believe [15:15:50] specifically this: curl -vsL https://www.wikipedia.org/wiki/Main_Page --user-agent Mobile > /dev/null 2> fails [15:16:26] which for me redirects to https://www.m.wikipedia.org/wiki/Main_Page which doesn't exist (dns lookup results in nxdomain) [15:17:00] right [15:17:13] gurnec: you must specify an lang code such as en.wikipedia.org/Main_Page [15:17:21] ^ [15:18:09] Undertsood, however non-mobile redirects do that for me, it just seems that mobile redirects should follow suit ? [15:18:37] gurnec: that im not quite to sure of... sorry [15:18:51] Remove the user-agent, and it redirects to https://en.wikipedia.org/wiki/Main_Page as I'd expect [15:19:42] Strange... [15:20:12] gurnec: https://phabricator.wikimedia.org/T154026 [15:20:48] I couldn't find that when I looked, thanks [15:21:08] np [15:23:35] gurnec: i reported your issue just now https://phabricator.wikimedia.org/T154026#3667835 [15:25:20] Thanks, though you truncated the "fails" filename at the end. It looks like the cause is known, but there's no resolution as of yet [15:27:13] gurnec: fixed