Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are creating an html5 website for an insurance company and they are considering deploying iPads to their field agents to access the website. They want the site to be html5 and hosted on their server so no local application is possible.

They want to be able to lock down access to the site to only company issued devices. I know UDID is gone and I heard that there were a couple of other options (Vendor or Advertising identifiers) but I am not sure we could access these from javascript.

I am looking for suggestions even if it could require purchasing software for the field devices that we could access from javascript.

Thanks,

b
Posted

1 solution

I would just set the iPad to be on a VPN[^] then only expose the site to the intranet. You can then use VPN security to make sure that devices that belong to the company are on the network and if a device becomes stolen/lost you can disable access for that device.
 
Share this answer
 
Comments
besmith2 24-Jul-13 6:59am    
Simple answer is sometimes the best! Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900