473,385 Members | 2,014 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Authentication [username/password] dialog box

How can I download a little grey [header?] box that asks for username/
password?

Jul 23 '05 #1
4 3831
Here's a better description of what I'd like to implement: BASIC
authentication is built into common Web Browsers. It is the mecanism used
whenever you go to a Web site and a little gray box pops up asking for
your ID and password.

"Philip J. Gulesian Jr." wrote:
How can I download a little grey [header?] box that asks for username/
password?


Jul 23 '05 #2
Philip J. Gulesian Jr. wrote:
Here's a better description of what I'd like to implement: BASIC
authentication is built into common Web Browsers. It is the mecanism
used whenever you go to a Web site and a little gray box pops up
asking for your ID and password.

"Philip J. Gulesian Jr." wrote:
How can I download a little grey [header?] box that asks for
username/ password?


http://www.php.net/manual/en/features.http-auth.php

--
If the Internet is a Marx Brothers movie, and Web, e-mail, and IRC are
Groucho, Chico, and Harpo, then Usenet is Zeppo.
Jul 23 '05 #3
Berislav Lopac wrote:
Philip J. Gulesian Jr. wrote:
Here's a better description of what I'd like to implement: BASIC
authentication is built into common Web Browsers. It is the mecanism
used whenever you go to a Web site and a little gray box pops up
asking for your ID and password.

"Philip J. Gulesian Jr." wrote:
How can I download a little grey [header?] box that asks for
username/ password?


http://www.php.net/manual/en/features.http-auth.php


Oops, sorry, I thought this is a PHP group. Forget it.

Berislav

--
If the Internet is a Marx Brothers movie, and Web, e-mail, and IRC are
Groucho, Chico, and Harpo, then Usenet is Zeppo.
Jul 23 '05 #4
well if you have access to IIS on the server ur working on then
just remove anonymous access under directory security for the site/folder...
The suer will then have to be one of the local user accounts on the machine,
or a member of the domain if the server is a domain controller...
its just basic NTLM authentication.

i'mnot sure what ur asking for here, but hope this helps...

and i'm not sure why ur asking for it in the Javascript Group...
"Philip J. Gulesian Jr." <pj*@theworld.com> wrote in message
news:40***************@theworld.com...
Here's a better description of what I'd like to implement: BASIC
authentication is built into common Web Browsers. It is the mecanism used
whenever you go to a Web site and a little gray box pops up asking for
your ID and password.

"Philip J. Gulesian Jr." wrote:
How can I download a little grey [header?] box that asks for username/
password?

Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Phil Powell | last post by:
/*-------------------------------------------------------------------------------------------- This function will utilize the ability to use HTTP-based WWW Authentication, checking for the global...
5
by: Sparkplug | last post by:
I have used the simple example of HTTP Authentication from the PHP website as follows: <?php if (!isset($_SERVER)) { header('WWW-Authenticate: Basic realm="My Realm"'); header('HTTP/1.0 401...
7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
14
by: John Davis | last post by:
Anyone knows how to create the username/password authorization dialog in ASP? Thanks, John
8
by: Bob Everland | last post by:
I have an application that is ISAPI and the only way to secure it is through NT permissions. I need to have a way to login to windows authentication so that when I get to the ISAPI application no...
1
by: Matt | last post by:
If I want to have a username/password dialog in my page, how can I add http header in ASP for username/password dialog? I want to hardcode the username/password in my page and check the...
0
by: Anonieko Ramos | last post by:
ASP.NET Forms Authentication Best Practices Dr. Dobb's Journal February 2004 Protecting user information is critical By Douglas Reilly Douglas is the author of Designing Microsoft ASP.NET...
10
by: Hriday | last post by:
Hi there, Please help me..It is urgent This is Hriday, working on windows authentication with Active Directory... My requirment is when a user sends a request to my web Applicatoin I want to...
3
by: Pepi Tonas | last post by:
Hi there... I am trying to use the Windows user/password combination to grant or deny access to my application. For this I want to display a login dialog window requesting the userID and...
0
by: zlf | last post by:
What should I do the make the following scenario work? If user log in as a user who is on the domain (Windows Authentication works), but does not have any roles in the application, the user should...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.