Get information from tiny url
Moderator: General Moderators
Get information from tiny url
How to use a tiny url to get customers mobile number and device information
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Get information from tiny url
You cannot get the mobile number and device information from a tiny url unless those values are encoded in the tiny url. Usually the tiny url is just a unique token that can be looked up to find the associated URL. There algorithms for specific tiny urls like Twitter's. You can get device information from $_SERVER
(#10850)