Hello ,
I am facing error "406 Not Acceptable" after uploading my webservice to godady specifically on android
it work perfectly on ios and even in Gideros editor.
I am facing following error in eclipse debug log :-
"406 Not Acceptable
An appropriate representation of the requested resource /admin/webservice.php could not be found on this server."
If this is the reason then why it works on ios platform that should be same error on it i think if anyone know pls rply
Thanks in advance .
Comments
i am using php framework on server-side
i am using following code for login
Thanks in advance
add header as below
local header = {}
header["Content-Type"] = "application/x-www-form-urlencoded"
and it should work well
Likes: seppsepp, ar2rsawseen
it works
thanks again hgvyas123 & seppsepp
Likes: seppsepp
Likes: seppsepp