Can I Curl to Downvote?
There is no downvote button. Some say you need 500 Karma to see it, while others say it never showed up or its random.
My question: I notice the upvote is just a hyperlink to `voteid=__&how=up&auth=__&goto=reply__`
So can I just curl `vote?id=__&how=down&auth=__&goto=reply__` or does server side have the same checks?
8 comments
[ 3.7 ms ] story [ 29.5 ms ] threadEDIT: It does work if you pass the user= cookie to curl and copy the URL exactly except how=up (for upvote) =un(for unvote). Doing how=down _seemed_ to work, but your comment didn't lose any points so idk.
[1] - https://github.com/minimaxir/hacker-news-undocumented#downvo... [not my site]
I think it worked but I am not totally sure. I got a valid response and your comment does seem changed but only you can see the points IIUC.
Downvote doesn't even hide your comment, it just takes points away. It is a different function.