.htaccess - Allow only specific MAC addresses in Htaccess -


is possible .htaccess files allow requests specific mac address instead of ip address?

and if answer yes, how?

short answer: no

ethernet mac not transferred in ip packet, in ethernet header. when ip packet leaves lan (technically local broadcast domain) ethernet header stripped off , mac address "lost".


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

asp.net - RadAsyncUpload in code behind, how to? -