Skip to main content

Questions tagged [curl]

cURL is a library and command-line tool for transferring data using various protocols such as HTTP, FTP and SFTP. The cURL project produces two products, libcurl and curl. This tag covers all usages of cURL, regardless of which cURL product is used.

-2 votes
0 answers
32 views

CURL download request from Google Picker API

I have this curl request that is working but when I go to view the image after I download it, it wont open because it says "we don't support this file format"? Here's the request, the data ...
Dylan Oldham's user avatar
0 votes
1 answer
24 views

PHP CURL would not retrieve table content

I am trying to scrawl table content from a webpage from canada.ca. It seems that the retrieved content is missing certain parts, as described in the following code: <?php $url="https://www....
sofname's user avatar
  • 429
-2 votes
0 answers
18 views

Need help testing api with cURL request

I need help testing an endpoint in the DHL shipping tracking API. I am using the following request syntax in terminal: curl -X GET 'https://api-eu.dhl.com/track/shipments?trackingNumber=8264715546&...
Kim Il Sam's user avatar
0 votes
0 answers
12 views

Why isn't my Zoho Books API 'criteria' filter for 'contact_name' working with cURL? (applies to /contacts)

Thanks in advnace, for the record this is not about deluge. The request must be provided via cURL. The problem: 1- Requests to fetch contacts that match $criteria return all contacts in ZohoBooks ...
Franklin Vergara's user avatar
0 votes
0 answers
6 views

How do I acccess the Bright data proxies response headers

I am using Bright data as the proxy proivider along with python requests.session. I am directly making proxy requests to the proxy zones so it can randomly pick it up, now what I want is to know which ...
Chirag Goel's user avatar
1 vote
1 answer
57 views

How to get authorized in Microsoft AD using curl?

I have a django project which uses Azure Active directory for the authentication and I have set up its API using rest_framework. At the moment, I am trying to access this API using curl. I am able to ...
Arad Soutehkeshan's user avatar
0 votes
0 answers
28 views

zsh: how to pass =() to curl

Similar to how <(list) process substitution can be used in curl -XPOST example.com/foo -F file=@<(<<<data) how can I use =(list) process substitution in the same command? I tried curl -...
darw's user avatar
  • 1,007
-1 votes
1 answer
30 views

Why curl shows different outcome with --verbose and without it?

I have Azure AKS Cluster runing at 1.28.9 Kubernetes. It is running in Subscription X, Region XX. I have also Firewall Premium setup in Subscription Y + proper NSGs, Region YY. Both vnets peer each ...
Michał Picheta's user avatar
-3 votes
1 answer
28 views

How to install curl on a linux container being built by windows server

I currently have a windows build server. Unfortunately I can't change that to be linux. I require my container to have the curl command but I am unsure how to install curl while in a Windows Server. ...
Master's user avatar
  • 2,125
1 vote
1 answer
57 views

powershell variable substitution doesn't work

Sorry if it's a stupid question, but I'm quite new in ps.. Running the curl this way works correctly (mailgun sends an email with attachment): curl -s --user 'api:***' ` https://api.eu.mailgun.net/...
Eduard Dubilyer's user avatar
0 votes
0 answers
28 views

Unable to get a valid response from Instagram Basic Display API

I'm using the Instagram Basic Display API and since a few days I'm getting the "Unsupported request - method type" error. My APP is Live, and validated from Meta since several years. I tried ...
David's user avatar
  • 1
0 votes
0 answers
15 views

can curl c library parse http request? [closed]

I am writing a server that uses select function to read from a set of sockets. Then I need to parse the received data as HTTP request. I find some C library from github such as PicoHTTPParser and ...
user180574's user avatar
  • 5,960
0 votes
0 answers
23 views

cURL returning 404 Not found while website is running in browser | nginx version: nginx/1.24.0

Very new to web development so I apologise in advance for any stupid questions... I've recently deployed nginx/1.24.0 on an Amazon EC2 free tier instance and I have a plain index.html static message ...
Dragos's user avatar
  • 3
0 votes
1 answer
27 views

I am trying to install nhost in my windows 11 from the documentation, the curl command doesn't seem to work

From the official documentation I have Docker, Git, WSL2 already installed. On running > sudo curl -L https://raw.githubusercontent.com/nhost/cli/main/get.sh | bash Error : sudo : the term 'sudo' ...
SHREY RAJ's user avatar
0 votes
0 answers
18 views

Issues with large file download using pycurl resulting in "502 Bad Gateway" error

I'm currently facing an issue with pycurl while trying to download a somewhat large file from a remote server. Despite trying different methods, I consistently encounter a "502 Bad Gateway" ...
stillQuestioning's user avatar

15 30 50 per page
1
2 3 4 5
2933