izabera / aringa

Arin.Ga - Pastebin
http://arin.ga
MIT License
18 stars 2 forks source link

Suggested curl example don't work / wrong https redirect #2

Open EdoaLive opened 6 years ago

EdoaLive commented 6 years ago

Hi and thank you for this project. I had some issues using the suggested command: your-command-here | curl -F "aringa=<-" arin.ga It replys with a 301 to the https, Even if I try using curl -L, I get a sh script (the client?) instead of the url of my pasted content. The only thing that seems to work is using curl directly to https like this: your-command-here | curl -F "aringa=<-" https://arin.ga

izabera commented 6 years ago

it used to work because arin.ga didn't have https when it started, and that text was hardly ever changed thanks for pointing it out, i'll try to fix it soon