Citrix Endpoint Management Administration — Question 54
Which variable will display the client’s source IP address when added to an HTML Error Object page?
Answer options
- A. $[CLIENT.IP.SRC]
- B. ${CLIENT.IP.SRC}
- C. lt;CLIENT.IP.SRC>
- D. $(CLIENT.IP.SRC)
Correct answer: B
Explanation
The correct answer is B, ${CLIENT.IP.SRC}, as this syntax correctly references the client's source IP address in the context of an HTML Error Object. The other options use incorrect syntax, which would not yield the desired result of displaying the client's IP address.