in reply to Re: [Mason] Sending right header to force http basic authentication
in thread [Mason] Sending right header to force http basic authentication

This doesn't seem to work. Although abort() forced the correct status (401), it somehow removed the WWW-Authenticate header:
$r->header_out->add("WWW-Authenticate" => 'Basic realm="RealmChain"'); $r->send_http_header();
  • Comment on Re^2: [Mason] Sending right header to force http basic authentication
  • Download Code

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
    try : $r->err_header_out instead of $r->header_out
      Great ! It just work as I want with err_header !! Thx a lot.

      -- Nice photos of naked perl sources here !