Created
July 23, 2011 10:35
-
-
Save moski/1101288 to your computer and use it in GitHub Desktop.
Trying to expand an invalid url
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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