I\'m having issues when using FETCH.
I am trying to make a POST request using FETCH in react-native.
fetch(\"http://www.example.co.uk/login\", {
Check your OPTIONS response. It probably has a 302 redirect or similar.
302 redirect
In our case, Django didn't like it if the URL didn't end in a /
/