Subdomain splat redirect to 3rd party domain

Howdy - I’m using Netlify DNS. I’m trying to add a group of subdomains on my site that would then redirect out to other resources for internal use. Here’s basically what I’m trying to achieve:

http://abc.mydomain.com/* https://www.anotherdomain.com/something/:splat 200

Is this possible? Doesn’t seem to be working. I’m on the free service tier.

Thanks!

Hi, @brohlson, and welcome to our Netlify community site.

Yes, that should be possible. Although, a 200 rule will proxy to another site (keeping the URL unchanged in the browser address bar).

You can use a 301 instead if you want to actually redirect to the other site.

If neither works (or there are other questions about this) would you please let us know what Netlify site is this for? The API ID for the site can be use to tell us without sharing the Netlify subdomain.

Note: You can share the API ID safely but not the API key.