abemassry / wsend

wsend: The opposite of wget
https://wsend.net
GNU General Public License v3.0
77 stars 8 forks source link

Cannot get ID #23

Closed sergeevabc closed 1 year ago

sergeevabc commented 1 year ago

Dear @abemassry, the guide says that a user must type curl -F "start=1" https://wsend.net/createunreg to get an id, but curl 7.86 on Windows returns nothing when I do so. What else could I try?

abemassry commented 1 year ago

Thank you for bringing this to my attention, I was able to reproduce it and am currently working on a fix.

abemassry commented 1 year ago

Looks like there must have been a change upstream, that command no longer works, but this one does: curl -d "start=1" https://wsend.net/createunreg

I'm going to update the README and the cli tool and then that should close out this issue