Authenticate or Authorization?

Ricardo Newbery ric at digitalmarbles.com
Thu Mar 27 23:47:00 CET 2008



In the default vcl, we have the following test...

              if (req.http.Authenticate || req.http.Cookie) {
                  pass;
              }


What issues an Authenticate header?  Was this supposed to be  
Authorization?

Ric






More information about the varnish-misc mailing list