Top "Url-shortener" questions

URL shortening is a technique in which a URL may be made substantially shorter in length and still direct to the required page.

How can I unshorten a URL?

I want to be able to take a shortened or non-shortened URL and return its un-shortened form. How can I …

python url url-shortener
Shortening/Rehashing UUIDs

first of all, I want to assure that I'm aware of the fact, that rehashing is a sensible topic. However …

hash url-shortener
How do URL shorteners guarantee unique URLs when they don't expire?

There are a lot of questions here on stackoverflow regarding URL shorteners as well as elsewhere on the internet, e.…

url-shortener
Jsoup get redirected URL

I'm trying to fetch the actual(redirected) url from the one provided by a url shortener. Let's take twitter url …

java jsoup url-shortener
Fatal Error: ezSQL_mysql requires mySQL Lib to be compiled and or linked in to the PHP engine

I'm attempting to get the link shortening PHP scripts YOURLS working on my basic web server running Lubuntu 12.04. I have …

php mysql fatal-error url-shortener yourls
301 redirect vs 307 redirect

I am wondering about the difference between 301 and 307 redirects. I am looking to generate backlinks through a home-brew url redirector, …

url redirect http-status-code-301 url-shortener http-status-code-307
Open source URL shortening software?

Are there any open source URL shortening software projects out there? Perhaps something that works in conjunction with Apache?

open-source url-shortener
c# shortening string for url

i want to uniquely shorten strings-file ids to use in urls like the ones on bit.ly etc. I can …

c# bit.ly url-shortener
Base10 to base64 url shortening

I'm coding an url shortener function for a project in which I'm learning php, here is the code (btw I …

php url-shortener
URL shortener: best encoding method?

I'm creating a link shortening service and I'm using base64 encoding/decoding of an incremented ID field to create my …

php encoding base64 url-shortener