Ionic 3 api not working in device

I solved the problem I had to go to the side of the server placing:

header (‘Access-Control-Allow-Origin: *’);
header (“Access-Control-Allow-Methods: GET, OPTIONS”);

and using the following: