Richard Lynch wrote:
I could be *WAY* wrong, but I thought nobody ever bothered with Digest
Auth because, e.
It's not better/safer than HTTP Auth?
"HTTP Basic Authorization" send login:password in clear text (only
base64 encoded) so it can be 'eavesdropped'
in
"HTTP Digest Authorization" p
On Fri, March 18, 2005 6:24 am, LacaK said:
> When I try to use "HTTP Digest Authorization" using code like :
>
> Header( "HTTP/1.0 401 Unauthorized");
> Header( "WWW-Authenticate: Digest realm=\"www.myrealm.com\",
> opaque=\"opaque\", nonce=\"nonce\", stale=\"false\", qop=\"auth\"");
>
> brows
> I am making an authorizatoin script for the control panel of a loggin
> system I have been writing. Here is what I have right now:
Well, if you copied and paste'd this, then I'm surprised that you don't get
a syntax error
> if (!$authorized) {
> header('Cache-Control: no-store, no-cach
> The problem is that if a user clicks cancel the control panel loads
> instead of the program dying. Why and how do I stop it?
Please provide more info -- like what do you mean by "if the user clicks
cancel".
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
On Thu, 13 Mar 2003 01:41:46 -0500, [EMAIL PROTECTED] wrote about
"[PHP] authorization" what the universal translator turned into this:
>The site has a mailing list, guestbook, & videos -
>when the user goes to access the guestbook and videos, I want to be able to
>check if they're signed-up to th
The problem here is that most people work and do not have the time to
"help" out.
The best thing would to contract this portion out to the lowest bid.
--
Ray
On Wed, 2003-03-12 at 23:41, [EMAIL PROTECTED] wrote:
> Hello,
>
> I'm wonding if someone can please assist me with the following addi
You need to tell us what version of PHP you're running in both
environments... this should have been your first step -- detrmining the
difference between the two set-ups, basically using php_info().
My guess is that you're running PHP > 4.2 on the local machine, which has a
default setting of reg
Couldn't you use something like this:
header("Location: http://user:[EMAIL PROTECTED]/path/to/file.php";);
---John Holmes...
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 25, 2002 11:11 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] autho
On Thu, 25 Apr 2002 [EMAIL PROTECTED] wrote:
> does anybody know how to pass the correct username and password as a
> header to a directory with an .htaccess file.
>
> i tried
>
> header("Authorization: Basic username:password");
>
> like that and also where the username:password was base 64 en
9 matches
Mail list logo