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 I then switched to runbasic, and most requests succeed. The failed ones don't give an error code though. Just no result. The request handler class is called but the result is not picked up by the browser. Any ideas why it fails sometimes? -- Best regards, Jack --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
