Network error with axios and react native

前端 未结 7 2251
暗喜
暗喜 2021-01-19 13:35

I have created an API endpoint using the Django python framework that I host externally. I can access my endpoint from a browser (mydomain.com/endpoint/) and ve

相关标签:
7条回答
  • 2021-01-19 14:25

    Try "Content-Type": "application/x-www-form-urlencoded", Accept: "application/json"

    0 讨论(0)
提交回复
热议问题