Closed PhilJ closed 4 years ago
Hey!
We had the issue that we wanted to redirect to a target URL which contained a query string (Example: /redirect-target?foo=bar)
/redirect-target?foo=bar
In the code I check if there is already a ? in the target URL and concat the retained query string from the source URL with an &.
?
&
Thank you for you work on the plugin!
Philipp
Hey @wanze,
thank you for merging! I`m happy that we can update then plugin in future without any manual actions.
Herzliche Grüße nach Bern! Philipp
Hey!
We had the issue that we wanted to redirect to a target URL which contained a query string (Example:
/redirect-target?foo=bar
)In the code I check if there is already a
?
in the target URL and concat the retained query string from the source URL with an&
.Thank you for you work on the plugin!
Philipp