Category "curl"

Google Apps Script cUrl POST Request

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

415 Unsupported Media Type from POST

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

curl authentication works with `--netrc` but not `--user`

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

Where does CloudFlare detect web and terminal requests?! On equal terms

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

Notification in CURL command

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

Google Drive API 403 error from wget/curl, but not from browser [closed]

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

How to use curl -Z (--parallel) effectively?

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

FOXPRO: SMS using Curl to Post in a Adress with Headers, and use in FOXPRO

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

PHP CURLOPT_WRITEFUNCTION returns headers in body

When i include curl_setopt($ch, CURLOPT_WRITEFUNCTION, 'curl_write_flush'), i get headers inserted into the $body. But without CURLOPT_WRITEFUNCTION everything

Error cURL AbuseIPDB through Powershell Command - Cannot bind parameter 'Headers'

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

Error cURL AbuseIPDB through Powershell Command - Cannot bind parameter 'Headers'

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

How do I outtput Azure cognitive services Text to speech (TTS) to MP3 file? Keep getting

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

curl: (6) Could not resolve host: summary

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:

curl: (6) Could not resolve host: summary

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:

PHP cURL (SSL certificate problem: self signed certificate in certificate chain)

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.

close curl connection after telnet

What I Want: After a successful connection, I want curl to exit successfully. I am running this command inside a container, so I want the curl command to exit s

curl lib in php needs html button click

I am trying to open a SAML xml endpoint with the following PHP code: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$URL); curl_setopt($ch, CURLOPT

What does "Signature Verified" result from jwt.io mean?

I am creating a jwt using the header, payload and prvate key provided by Apple. I get "Signature Verified" result using public key and generated token in jwt.io

Basic Authentication with CURL/PHP

I'm trying to do a basic API Authentication using PHP and CURL and I keep getting the error "no Route matched with those values". Here is what the API docs are

Adobe AEM package manager - how to show Activity log using curl

I am using curl to automate AEM package manager, but I would like to see the actual progress. What I am seeing in /crx/packmgr/index.jsp in the window on the lo