Hi,
I have a generic domain name and would like to use the replace-response to reach the replacement of the real domain name requested by the user. But always replace by text:{http.request.host}
As in the following configuration file:
*.example.com:443 {
replace {
example.com {http.request.host}
}
Is there any way to make it happen? Thanks!