Not able to make http request when app is running on device

Hi,

When running app on device, any http request gets file:///android_asset/www/ prepended to request url such as

file:///android_asset/www/http//www.xyz.com:8098/test?question=state=GA&city=Marietta&lat=33.9642961&lng=-84.4452947&callback=angular.callbacks._0

not sure what am I missing? Thank you

Is it possible you forgot the “:” in “http://”?

oh I was staring at it and I didn’t even spot it. Thsnks