I am very confused.  I have a simple service 'getmeetings' which is
decorated as XMLRPC.  The call also requires authorization and basic
authorization is enabled in db.py.  Here is what happens

    1) When run locally on my dev machine - everything works, if i
sent in valid id and pw i get results AND if i send in invalid
password i get a 303 indicating no aurthorization.

     2) When i run on the production machine (linux+apache) - i always
get 303 even when sending in valid ID and pw.  If i remove the auth-
required decorator the service gets invoked.

I think this implies a problem with the authorization, possibly due to
some environmental setting.  I am stuck and unable to figure this
out.  Any ideas would be greatly appreciated.

here is the original post: 
http://groups.google.com/group/web2py/browse_thread/thread/fea1decf09348144#

Reply via email to