> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
Just Use Curl
21–30 of 154 posts
Re: Just Use Curl
#22> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
Re: Just Use Curl
#23Although, it is correct for the article's mention of "Send POST requests"... just that typically people don't send POST requests out of the blue with no data.
Re: Just Use Curl
#24I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?
All that said, I wouldn’t touch Postman. Last time I needed something to fit this bill I looked around to find the open source equivalent and found Bruno.
Re: Just Use Curl
#25I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?
Is there a way to send the json request that one sends in Postman but in curl while also using the jks file?
Similarly, we use SoapUI to send XML requests. Is there a way to send those XML requests using curl while also using the jks file?
Greatly appreciate your help.
Re: Just Use Curl
#26There's also hurl: https://hurl.dev You define all your requests in a plaintext format and can inject variables etc... plus the name is kinda funny.
Re: Just Use Curl
#27> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
Re: Just Use Curl
#28I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?
Re: Just Use Curl
#29> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
I like it. It makes me smile. Don't take it personally.
So, to start: someone wants me to install Postman/similar and pay real money to share and make a request? Absolutely not. I can read the spec from Swagger, or whatever, too... and write down what was useful [for others]. We all have cURL or some version of Python.
Surely a few phrases of text worth making plans to save, and paying for [at least twice, you to research and them to store], are worth putting into source control. It's free, even gifts dividends. How? Automation that works faster than a human pushing a button. Or creates more buttons!