What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Web service detecting visitor origin

aditk8149

Junior Member
For all the coders out there, here is one question, which is bugging my mind since a while.

Considering that I have an application on Web, Android and iOS, how do I get the visitor origin via a web service.
You can also consider it as a service which is able to provide me the platform with which user is using the application.
Is it really possible?
 
For all the coders out there, here is one question, which is bugging my mind since a while.

Considering that I have an application on Web, Android and iOS, how do I get the visitor origin via a web service.
You can also consider it as a service which is able to provide me the platform with which user is using the application.
Is it really possible?

This stack overflow post looks over this topic. Stackoverflow is a great resource for questions about programming.
 
Back
Top