Hi,
I have created a page using DOJO toolkit and using xhrGET to submit my AJAX requests, obviously GET has some limitations so it fails when the number of characters exceeds around 256 or 4k. So, I have tried to use the xhrPOST to resolve this issue and I am thrown with the error "Error: bad http response code:405 message=bad http response code:405".
Can anyone shed some light on this issue?
Thanks in advance,
Kari...

Something wrong with enclosing form
A 405 response likely indicates something is wrong with the enclosing form element, like a missing "action", "method", or "name" value.