The password-protection tag has no wiki summary.
1
vote
0answers
83 views
How to protect or hide a web application on GlassFish?
I have to deploy a ready web application on a public GlassFish instance. The itself has user management and users must be registered to login as we all know it. However I have to protected or hide the ...
1
vote
1answer
195 views
Apache/htaccess - password protect a site by domain name
Is it posible to protect a website if the site was called by a given domain name?
e.g.
www.domain.com -> no password protection
www.domain.net -> password protection
Both of the URLs are routed ...
-1
votes
2answers
677 views
password protect my website with IIS7
i have a website with c# deployed on a windows server 2008 and IIS7
now it is accessible to everyone, but i need to passsword protect it (like with .htaccess)
for now i only managed to deny any ...
1
vote
1answer
157 views
Is it possible to capture traffic to the remote web server
I noticed that my user name and password is sent bare text to the remote server inside HTTP POST request. This is a sniffed packed from Wireshark
POST /***URL*** HTTP/1.1
Host: ***DNS NAME***
...
1
vote
5answers
1k views
In UNIX, is it possible to password protect a directory?
Is there a way to password protect a directory in UNIX?
Something like:
~$ cd dir
~$ Password:
~/dir$
Thanks!
2
votes
1answer
970 views
Nginx protect directory with password, except for specific ip's
In my Nginx setup I would like to password protect some website, except when I access it from my ip at home. How do I set this up?
Also, except for getting access to my home pc, is this safe?
0
votes
1answer
225 views
How do you password protect a server on a Mac running Apache?
I've seen tutorials on how to show a little box on the main page that you have to know the password to, but I want it where that textbox pops up and asks for a username and password, like the style ...