On Wed, Sep 17, 2008 at 6:58 AM, karthikn <[EMAIL PROTECTED]>wrote: > > Question 1 : How to implement a Filter in the application for Browsers > limitation > The web application should be visible only in IE-6 or > Fire Fox 2.0 ? >
You can write & deploy a Filter that examines the "User-Agent" HTTP request header field, though that's far from foolproof -- see 14.43 of: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html > Question 2: How to fetch the MAC address (Physical address) of > the clients using web application ? > Can you map the client IP via the ARP cache? See "man arp" and: http://en.wikipedia.org/wiki/Address_Resolution_Protocol