I\'m using PHP CURL to send a request to a server. What do I need to do so the response from server will include that server\'s IP address?
AFAIK you can not 'force' the server to send you his IP address in the response. Why not look it up directly? (Check this question/answers for how to do that from php)