Http fail to get json

Hi,

I’m using Ionic 2 rc0. My api calls to get JSON are failing with below error
{"_body":{"isTrusted":true},"status":0,"ok":false,"statusText":"","headers":{},"type":3,"url":null}

Working - this.http.get('https://jsonplaceholder.typicode.com/posts')
Not working - this.http.get('http://10.25.94.20:8080/v1/users')
only my host api to get json is not working, do I need to configure something

It’s working in browser, failing when deployed in iPhone.

-Thanks

Solved in Error reading a RSS/JSON from my Server