You can use the http.request.uri.query field, but it might take some effort to handle working out if appending to an existing query string or not (or if the rules engine can do that automatically). Will try later if I have time.
If you are on a paid plan a Snippet is ideal for these sorts of cases, otherwise a Worker.
Thanks! Maybe I should have been clearer; I don’t really know how to use the Redirect dynamic expression field at all. I’m not seeing any examples anywhere.
Let’s say, for a simpler example, that I want to redirect to a different host, same path:
Following your link, and looking at the other fields, it seems that I can get the path with
http.request.uri.path
So what I want is:
www.example_otherhttp.request.uri.path
But how do I add a string to a the value of the parameter? Is there a concatenate function? Can I use +? Do strings have to be in quotes. I’m missing something basic…