I'm working on a project using Create-react-app with a backend API written in Django(Python) where I used fetch to make my API calls. API calls run fine on android browsers and on desktop browsers but on IOS Browsers(both safari and chrome) the API returns the 403 error with response (authentication credentials not provided). this issue is a bit more tasking for me as it is quite difficult for me to perform remote debugging for IOS using my windows PC. I was only able to view the error due to JavaScript console using chrome://inspect on IOS and consoling the API response to the Iphone's console I would like some help on this issue.