EP wrote:
> While on the subject of network identity, does anyone have a scheme to
> get the MAC address of the end device? I've never come up with a way to
> do it, but I haven't had it proven to me that it is impossible (yet).
Which end? I'll assume you mean _not_ the server end. :-)
The MA
While on the subject of network identity, does anyone have a scheme to
get the MAC address of the end device? I've never come up with a way to
do it, but I haven't had it proven to me that it is impossible (yet).
Justin Ezequiel wrote:
>os.environ['REMOTE_ADDR']
>os.environ['REMOTE_HOST']
>
>
Thanks a lot Justin! ^_^
--
http://mail.python.org/mailman/listinfo/python-list
"Alvin A. Delagon" <[EMAIL PROTECTED]> writes:
> I have a python cgi script running behind a CGI server which is also
> built using python using CGIHTTPServer module. How can my cgi script
> obtain the remote ip address?
The CGI specification lists a number of environment variables that are
set
os.environ['REMOTE_ADDR']
os.environ['REMOTE_HOST']
--
http://mail.python.org/mailman/listinfo/python-list
One quick question:
I have a python cgi script running behind a CGI server which is also
built using python using CGIHTTPServer module. How can my cgi script
obtain the remote ip address?
--
http://mail.python.org/mailman/listinfo/python-list