django rest framework - React-native app not sending DRF OPTIONS request before POST -


we getting 500 server error post method make django rest api. on investigating logs , comparing web version of application, found web version send options request before every post. not happening react-native app.

any pointers problem might be?

 "django": "1.9.3"  "axios": "^0.15.2",  "react": "16.0.0-alpha.12",  "react-native": "^0.45.1", 


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -