forward-domain
forward-domain copied to clipboard
Redirecting with content is including "/"
When I have redirect like this:
example.com -> another.com/web?something=*
But it redirects remaining url content with that "/", so example result is this:
example.com/content -> another.com/web?something=/content
instead of
example.com/content -> another.com/web?something=content
is there any way to fix this?
Hello, the behavior you're seeing is expected and we expect your backend to adapt with it. If we modify this behavior it would be a breaking change.