-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md5 calculation does not match #35
Comments
It's just the md5 kind if md5... Which library / implementation? I'm not sure. But the miracalesalad link you sent works the same as ours for this example: However it's not always that simple. If there are anchors (#placeholder) we strip them all off, so we don't end up storing unlimited variations of the same page forever. That does break some single page apps, so we're rethinking our strategy. There might be some other cases than anchors that we strip off as well. Is that explanation good enough? |
Hi Dave - Neither my hash or the one I got from the delicioius api work for the link format you sent: https://delicious.com/link/:md5 hash for the url http://www.codemag.com/article/0611041. Most of the links for https://delicious.com/link/:md5 just have a message Delicious is processing this link, please try again later. |
That is correct. I don't think it's the md5 implementation, more likely some business logic on our side. I'm not sure what that could entail, but I suspect we have matched a URL to another version of the page. I'll try to check it out. |
Hi Dave - |
What is the MD5 implementation you're using to hash the href field from a post?
I cannot understand why my hashes are not matching your data.
I have cross-checked my computed value with a 3rd party which matches my computed hash. http://www.miraclesalad.com/webtools/md5.php
The text was updated successfully, but these errors were encountered: