Login Issue with IOS

I’m building a login form which is sending the data to the HTTP login service. It’s working very well on Android devices but on IOS it tells me that email, password, and device_id is required so the HTTP request is don’t but not sending form data while it’s successful in Android with a status code of 200. Does anybody have any idea why this is happening?