One of my fav curl command line options is `-v` for verbose mode. It’s a lifesaver when debugging requests because it shows headers, SSL handshake, and all the nitty-gritty details.
Also, `-A` to set a custom user-agent is clutch if you’re scraping or testing how a site responds to different browsers.
For remembering stuff, I just bookmark the curl man page (`man curl`) and cheat sheets like [curl.se/docs](https://curl.se/docs/). No way I’m memorizing all that lol.
Also, `-A` to set a custom user-agent is clutch if you’re scraping or testing how a site responds to different browsers.
For remembering stuff, I just bookmark the curl man page (`man curl`) and cheat sheets like [curl.se/docs](https://curl.se/docs/). No way I’m memorizing all that lol.
