When using curl on my server to access my other servers, I get this response: curl: (60) SSL certificate problem: certificate has expired More details here: htt
I'm trying to extract the data from (php)cURL response that I received from the external api. I received the response like below. {"result":"OK","data":{"body":
I made a service account in GCP designed to run a cloud function. This is the service account, complete with json keys that I downloaded. Then I made this cloud
I am attempting to curl multiple urls in a bash command. Eventually I will be curling a large number of Urls so I am using xargs to use multiple processes to sp
I need to rename a file in the server FTPS. I'm using a useful class FTP_Implicit_SSL I have found on the Internet (I need also CURL). I can list directories, u
I am trying to pull data from an API from https://app.scrapingant.com/ using Google Apps Script. The documentation is here: https://docs.scrapingant.com/request
I need to create a POST call with Spring/Webclient which does work fine with curl. POSTDATA="{\"subject\":\"CN=test\",\"type\": \"ssh\",\"usage\":\"login\",\"va
With curl 7.74.0, the command $ curl -b ~/.cookies -c ~/.cookies -L --user 'USERNAME:PASSWORD' https://daac.ornl.gov/daacdata/daymet/Daymet_V4_Stn_Level_CrossVa
My problem is opening sites on CloudFlare in CLI. I do not mean when there is a challenge and I do not want to solve the challenge. Consider this site as an ex
i am running one curl command to generate token. This command i am running on commandline. Is there any way to have notification (in email or like prompt or pop
I'm attempting to download a large file from Google Drive using wget or curl. I've set up a Drive API key to bypass the large file warning and
I need to download thousands of files with curl. I know how to parallelize with xargs -Pn (or gnu parallel) but I've just discovered curl itself can parallelize
I install a SMS Gateway in a phone with android. If a use the CURL in command line, i can send the messages perfectly. I try to transform in Foxpro way, and i h
When i include curl_setopt($ch, CURLOPT_WRITEFUNCTION, 'curl_write_flush'), i get headers inserted into the $body. But without CURLOPT_WRITEFUNCTION everything
I'd like to ask about cURL command for AbuseIPDB, as stated in https://docs.abuseipdb.com/#check-endpoint So I tried to run the command with the following Power
I'd like to ask about cURL command for AbuseIPDB, as stated in https://docs.abuseipdb.com/#check-endpoint So I tried to run the command with the following Power
I am using Azure Cognitive Services with text to speech (tts) in combination with PHP and Curl and while I am getting output, I am not getting anything usable a
I have something wrong in my curl command and after a couple of tries I can't figure it out. The full error log: curl: (6) Could not resolve host: summary curl:
I have something wrong in my curl command and after a couple of tries I can't figure it out. The full error log: curl: (6) Could not resolve host: summary curl:
When making a php cURL request in production, I am getting the following error: Problem with SSL certificate: self-signed certificate in the certificate chain.