android - 403 AuthFailureError in Volley -
i having strange situation. have running script makes jsonobjectrequest using volley singletone. script has been working in domain example1.com. bought example2.com , hosted in same hosting account. , when copy php files in second domain, getting error "basicnetwork.performrequest: unexpected response code 403".
so, have same php files called using jsonobjectrequest , volley singletone working in example1.com, not in example2.com. have check permission of files in both domain, same (644) , there no htaccess in either of domain.
i stuck , don't understand else should check?
any highly appreciated.
problem server side php script - can first try test post requests using tool before implementing in android application:
if performed simple post request (just using browser not android) provided link following error:
403: forbidden
403 forbidden
forbidden
you don't have permission access /mylibman_4_5.php on server.
additionally, 404 not found error encountered while trying use errordocument handle request.
apache server @ mylibrarymanager.com port 80
Comments
Post a Comment