android - 403 error: Ajax post call in ionic app -
i have strange problem. app working fine in browser not able make ajax post request in android device. giving 403 error.
i using django-rest
backend apis. oauth2 authentication
. set cors header in django , sending required access token in http header.
headers: {'authorization': 'bearer '+ioniccookies.get('access_token')}
can please tell missing?
Comments
Post a Comment