email - How can i block web mail URL from public access? -
i looking solution block web mail url public access.
for. e.g: http://mail.sample.com/ or http://sample.com/webmail
i need block url public access.how can it?
you need ask authentication & or authorization on page , check on code depending on framework u use. can basic authentication, digest authentication, forms-based authentication, etc.
otherwise u may restrict server accept specific ip addresses.
Comments
Post a Comment