jluterek / 308.run

URL Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

308.run

URL Shortener for personal use. There are better options if you are looking to build your own URL shortener. I may eventually fix this code up, but for right now it is not production ready.




The HyperText Transfer Protocol (HTTP) 308 Permanent Redirect redirect status response code indicates that the resource requested has been definitively moved to the URL given by the Location headers. A browser redirects to this page and search engines update their links to the resource (in 'SEO-speak', it is said that the 'link-juice' is sent to the new URL).

About

URL Shortener

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 1.5%