Page MenuHomePhabricator

iw.toolforge.org strips query parameters when redirecting
Closed, ResolvedPublicBUG REPORT

Description

user@dev ~> curl -I 'https://iw.toolforge.org/checker/?db=enwikisource_p&title=Index:Bon-Accord_Sangster.pdf'
...
location: https://checker.toolforge.org/

Event Timeline

The redirect needs $request_uri appended to propagate query parameters.

Mentioned in SAL (#wikimedia-cloud) [2020-07-20T20:13:54Z] <wm-bot> <bd808> Updated ingress to use $request_uri when redirecting (T258444)

Mentioned in SAL (#wikimedia-cloud) [2020-07-20T20:20:14Z] <wm-bot> <bd808> Updated ingress to use $args rather than $request_uri when redirecting (T258444)

Mentioned in SAL (#wikimedia-cloud) [2020-07-20T20:21:51Z] <wm-bot> <bd808> Updated ingress to add $is_args when redirecting (T258444)

bd808 changed the subtype of this task from "Task" to "Bug Report".Oct 19 2023, 2:15 PM