in reply to Re: [Mason] Sending right header to force http basic authentication
in thread [Mason] Sending right header to force http basic authentication
$r->header_out->add("WWW-Authenticate" => 'Basic realm="RealmChain"'); $r->send_http_header();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [Mason] Sending right header to force http basic authentication
by Anonymous Monk on Nov 27, 2005 at 02:28 UTC | |
by jeteve (Pilgrim) on Nov 28, 2005 at 09:38 UTC |