You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So basically just the current {query} placeholder but with the leading ? included if the query isn't empty. Maybe called {fullquery} ({http.request.uri.fullquery}) or something like that.
Use case:
I want to redirect domain.tld/path to anotherdomain.tld, preserving query string if present. If I wanted tp preserve path too, I could user {uri} or I could use ?{query} but then then the redirect would be to anotherdomain.tld? if there is no query.
The text was updated successfully, but these errors were encountered:
So basically just the current
{query}
placeholder but with the leading?
included if the query isn't empty. Maybe called{fullquery}
({http.request.uri.fullquery}
) or something like that.Use case:
I want to redirect domain.tld/path to anotherdomain.tld, preserving query string if present. If I wanted tp preserve path too, I could user
{uri}
or I could use?{query}
but then then the redirect would be to anotherdomain.tld? if there is no query.The text was updated successfully, but these errors were encountered: