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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -