Redirect With URL Parameters

How can I use the redirects.json if I am going to redirect to an external website with URL parameters.

Example: /go/affiliate-name/ will redirect to https://website.com?key=value

My redirects.json entry is:

[{
  "from": "/go/affiliate-name" ,
  "to":  "https://www.website.com?id=123abc",
  "permanent": true
}]
1 Like

Hey @Remon :wave:

Are you saying that the example code you’ve added doesn’t work? What are you seeing when you add this to your redirects?