Skip to content

Instantly share code, notes, and snippets.

@moski
Created July 23, 2011 10:35
Show Gist options
  • Save moski/1101288 to your computer and use it in GitHub Desktop.
Save moski/1101288 to your computer and use it in GitHub Desktop.
Trying to expand an invalid url
<!-- Expand Url (XML) Error: Trying to expand an invalid shortening key
Ex: curl http://xpandurl.com/api/v1/urls/expand_url.xml?short_url=http%3A%2F%2Fgoo.gl%2FDRppM1111111
-->
<?xml version="1.0" encoding="UTF-8"?>
<code>404</code>
<error>Not Found - '404'</error>
<!-- Expand Url (XML) Error: Trying to expand an invalid url
Ex: curl http://xpandurl.com/api/v1/urls/expand_url.xml?short_url=http%3A%2F%2Fzoofs.com
-->
<?xml version="1.0" encoding="UTF-8"?>
<error>Unknow url</error>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment