short-url Questions
7
Solved
I'm going through our site analytics, and have a load of t.co URLs which were referrers to a promotion we were doing. I'm trying to figure out if there is a way to reverse those back to the origina...
Dockage asked 1/12, 2012 at 13:47
14
Solved
I'm currently using MD5 hashes but I would like to find something that will create a shorter hash that uses just [a-z][A-Z][0-9]. It only needs to be around 5-10 characters long.
Is there something...
12
4
Solved
How do services like TinyURL or Metamark work?
Do they simply associate the tiny URL key with a [virtual?] web page which merely provide an "HTTP redirect" to the original URL? or is there more "ma...
Extensible asked 13/10, 2009 at 19:20
4
Solved
If there is a long url, I want to generate a short URL like those in Twitter. Is there some way to implement this in Ruby?
2
Solved
When creating a short URL service for URLs on the same domain, should we be using a 302 redirect?
Full URL structure: example.com/gig/{id}/gig-full-name-slug
Short URL structure: example.com/g/{ba...
Kidding asked 2/6, 2011 at 23:47
3
Solved
file_get_contents() doesn't read data for short urls
Example:
http://wp.me/pbZy8-1WM,
http://bit.ly/d00E2C
Please help me in handle this. OR Is there any CURL function to handle above links?
5
Solved
4
Solved
My client has database of over 400,000 customers. Each customer is assigned a GUID. He wants me to select all the records, create a dynamic "short URL" which includes this GUID as a parameter. Then...
1
Solved
I have a web application project which is deployed in tomcat 6.
I can access my application using the url:
http://localhost:8082/MyApplication
I also wan't to be able to access this application ...
3
I have Url as:
localhost/ab/directory.php?id=200
id=200 is jenny id member
how to change it to
localhost/ab/jenny
is possible?
Thanks
Pearman asked 11/12, 2009 at 5:34
5
Solved
I'm building a new web app that has a requirement to generate an internal short URL to be used in the future for users to easily get back to a specific page which has a very long URL. My initial th...
Tonality asked 4/11, 2009 at 0:37
1
© 2022 - 2024 — McMap. All rights reserved.