-
14 Apr 2009 1:07 AM #1
Tree : The requested method POST is not allowed for the URL ...
Tree : The requested method POST is not allowed for the URL ...
Hi,
i implement a tree panel (http://extjs.com/deploy/dev/examples...ee-loader.html) : it works fine in local environement (php/mysql)
When i transfer my code in my domain, i've got this error :
How can i allow the request ?Code:The requested method POST is not allowed for the URL /my way/documents_ID_1.xml
thanks
-
14 Apr 2009 4:26 AM #2
ok it works with method GET :
ByeCode:requestMethod: 'GET'


Reply With Quote