I have a localhost API running on 127.0.0.1
and my app on the emulator posting to 10.0.2.2
which gives the error :
Http failure response for 'api path'
but it does not reach the API.
However, when doing a GET
via chrome it reaches the API.
CORS
has been enabled on the API.