Comment by aae42

13 days ago

could also just do the request in javascript instead of needing a (presumably hosted) sandbox

curl supports many things javascript doesn't. Like http proxies, tls versions, and half the other flags

There are many types of request that cannot be made with client-side JS alone, but for those that can, the ability to send those requests client-side would be handy.

  • I think that 99.9% of CURL commands are copied from Chrome/Firefox's network inspector and are the simple "client-side JS" types.

    I also think it's weird to be so willing to let people run arbitrary CURL commands from your platform, without any billing or account verification. It feels ripe for abuse.