How to make OS X send LOCAL IP address in www request headers?

Posted by Louis W on Super User See other posts from Super User or by Louis W
Published on 2010-02-24T22:17:30Z Indexed on 2010/04/19 16:03 UTC
Read the original article Hit count: 258

Filed under:
|

I need to be able to send the local IP address of a computer along with the headers when making requests to a website. Similar to the way you can get the _SERVER["REMOTE_ADDR"] in php, but the local ip (e.g. 192.168.100.1) This will be an intranet so the environment can be controlled. Anything can be installed on the computer, etc.

This will be on a Mac OS X computer. Hoping for both Safari AND Firefox. But would be open to using one one.

Does anyone know if this is possible? Thanks so much.

© Super User or respective owner

Related posts about mac

Related posts about browser