pereorga / minimalist-web-notepad

Minimalist Web Notepad
https://notes.orga.cat
1.13k stars 282 forks source link

how to post text to the url #53

Closed 668168 closed 1 year ago

668168 commented 1 year ago

as title, i want to post some word by shell.

worldworm commented 1 year ago

Hey @shuivin try this: curl --data "text=this is the posted text" https://domain.ext/123 Disclaimer: Does not work for the demo page (https://notes.orga.cat) due to cloudflare connection check

668168 commented 1 year ago

Hey, @worldworm

Thanks for your help. it works!