Which policy will allow a Citrix Administrator to modify all the URLs in the response body from "http://" to "https://"
Posted: Sat Jul 23, 2022 7:27 pm
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?
A. add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" "\"http://\"" –pattern "https://" add rewrite policy Pol1 true Act1 NOREWRITE
B. add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" "\"http:\"" –pattern "https://\" add rewrite policy Pol1 true Act1 NOREWRITE
C. add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" "\"https://\"" –pattern "http://" add rewrite policy Pol1 true Act1 NOREWRITE
D. add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" "\"https:\"" –pattern "http://"
A. add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" "\"http://\"" –pattern "https://" add rewrite policy Pol1 true Act1 NOREWRITE
B. add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" "\"http:\"" –pattern "https://\" add rewrite policy Pol1 true Act1 NOREWRITE
C. add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" "\"https://\"" –pattern "http://" add rewrite policy Pol1 true Act1 NOREWRITE
D. add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" "\"https:\"" –pattern "http://"