Making request to our webserver

Hi,

Just started looking into ionic framework. I want to know if an ionic app can virtually work as a website. I would like to have an app for our customers ‘My Account’ section, so basically, have our user authenticated by our database server and provide services once logged in, which would involve making web requests for almost all the actions.

Your help would be appreciated!

it not depends on ionic… look into angulars $http service

1 Like

Hi @ozairabbas,

You might want to check out this write-up regarding $http in Ionic Framework:

Regards,