On Dec 26, 2007 6:08 AM, JLIST <[EMAIL PROTECTED]> wrote: > > Hello all, > > I've been trying a little AJAX with SACK: > http://www.twilightuniverse.com/projects/sack/ > > I'm getting a lot of 405 errors with CherryPy server. > The requests fail most of the time, succeed occasionally. > > This shows on web.py 0.22 console on Windows: > 127.0.0.1:1883 - - [26/Dec/2007 02:00:09] "HTTP/1.1 POST /req" - 200 OK > 127.0.0.1:1883 - - [26/Dec/2007 02:00:11] "HTTP/1.1 rndval=1198663209684POST > /req" - 405 Method Not Allowed > 127.0.0.1:1883 - - [26/Dec/2007 02:00:11] "HTTP/1.1 rndval=1198663211026POST > /req" - 405 Method Not Allowed
This log makes it look like the HTTP method being sent is "rndval=<random integer>POST". Obviously, that isn't a valid HTTP method. I can't imagine what kind of bug could result in this, but maybe it's some kind of printed debug info that's making its way into the HTTP request somehow? -- Gary http://blog.extracheese.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
