Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

URL Shortener Escapes Valid URL characters ( + != %20 ) #4

Closed
abrutus opened this issue Oct 31, 2012 · 0 comments
Closed

URL Shortener Escapes Valid URL characters ( + != %20 ) #4

abrutus opened this issue Oct 31, 2012 · 0 comments
Labels

Comments

@abrutus
Copy link
Contributor

abrutus commented Oct 31, 2012

http://luu.bz/dxe

Takes you to https://plus.google.com/%20LinusTorvalds/posts/ByVPmsSeSEG

The real input url (and the one inputted to the shortener) is:

https://plus.google.com/+LinusTorvalds/posts/ByVPmsSeSEG

it escaped + as %20, and if i remember correctly thats a space. ' ' != +

@abrutus abrutus closed this as completed in 1c4817c Nov 1, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant