Which policy will allow a Citrix Administrator to modify all the URLs in the response body from "http://" to "https://" in an SSL offload deployment?
Which policy will allow a Citrix Administrator to modify all the URLs in the response body from "http://" to "https://" in an SSL offload deployment?
To modify all the URLs in the response body from 'http://' to 'https://', the rewrite action should search for 'http://' and replace it with 'https://'. Option C accurately reflects this by using the replace_all function to find the pattern 'http://' and substitute it with 'https://'.
C is correct
C. https://support.citrix.com/article/CTX122916