I have a situation where I want to only use part of the string being redirect. I’m trying to work around a limitation on a web app, where I have a string “ID3014 - Important Requests” and I want to redirect users to a site I don’t control that only accepts the string ID3014 in the URL.
I would love to be able to redirect the user to http://my.netlify.site/go/ID3014%20-%20Important%20Requests and have it redirect to http://www.externalwebsite.com/ids/ID3014.
I know it’s a long shot, but any chance that is possible?