What is the name of the domain?
.example.com
What is the issue you’re encountering
Unable to use http.host.subdomains
What steps have you taken to resolve the issue?
http.hosts works perfectly; however, http.host.subdomain and http.host.subdomains do not work in a subdomain-enabled wildcard redirect rule.
What are the steps to reproduce the issue?
Redirect Rules
If All Incoming Requests
Type: Dynamic
Expression: concat(“https://”, http.host.subdomain, “.example.com”, http.request.uri.path)
OR
Expression: concat(“https://”, http.host.subdomains, “.example.com”, http.request.uri.path)
Status code: 301