Azure CDN Verizon Premium Redirect to naked domain when called from subdomain

473 Views Asked by At

I would like to perform redirect like this,

https://subdomain.example.com/something/somefile.xfm?param1=value1 to https://example.com/something/somefile.xfm?param1=value1

I don't know the way of string manipulation that one can do with the Azure Verizon Edgecast premium service.

1

There are 1 best solutions below

1
Richard Li - MSFT On

Create a rule like this:

IF 'always'
Features:
    'URL Redirect': source pattern: "(*.)", Destination: "https://example.com/$1"