IP address of responding server may be useful when: - debugging request balancing - api endpoints are served by different machines remote IP address could be print as metadata somewhere before response in a form like: ``` Remote IP address: <ip-address> HTTP/1.1 200 OK ... ``` It is wise to put this feature under dedicated option to not clutter output and mislead users