forward-domain icon indicating copy to clipboard operation
forward-domain copied to clipboard

Redirecting with content is including "/"

Open filip2cz opened this issue 1 year ago • 1 comments

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?

filip2cz avatar Dec 21 '24 12:12 filip2cz

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.

willnode avatar Jan 31 '25 11:01 willnode