URI redirect with only query parameters
Is it possible to perform a URI redirect to a different domain if you only have raw write access to query parameters?
In pseudo-code, creation of the URI looks like this:
URI = “/example/path?” +
“thing1=” + rawFormValueFro… Continue reading URI redirect with only query parameters