-
I am trying to download a file from the cloud storage bucket using the curl request as explained here - https://cloud.google.com/storage/docs/downloading-objects#download-object-jsonIn the above docs,......
-
I have a gist that I'd like to execute as part of my script. But I'd rather avoid it downloading it off the network every time I need the script.So one way I thought was to cache it, I could write a ......
-
I have a free site that utilizes Byethost, which utilizes iFastnet hosting services. For a little while now my site has become "de-indexed" by google, because it cannot fetch any aspect of my site now ......
-
I am creating a simple 404 page not found handler for a T3 multi-site site with 2 languages using the T3 userfunc. Within this handler, I fetch the 404 regular T3 content pages with the language ......
-
I'm using curl with YouTube API v3 to create a broadcast, modify video title, etc without any issues. My problem is when I try to add a thumbnail to a video using the docs from Google.Here is my ......
-
I am using curl to build an AEM package. I am changing the connection timeout value of Apache felix jetty http service in system/console by creating a new instance of it in configuration manager but ......
-
EveryoneI just install curl on openwrt according to https://github.com/openwrt/openwrt/blob/openwrt-19.07/package/network/utils/curlhowever after loading the new image, I found "curl --version&......
-
I have a list of 500 indices. I am trying to just pull the corresponding name of the company for each index. I am using a simply request for each item:url = 'https://www.nasdaq.com/markey-activity/......
-
Basic question about authenticating to minikube api-server using curl with client cert and key.When I curl /ping endpoint on api-server, I get back a 403 (expected, fails authentication)curl -k ......
-
I am trying to upload files from a server directly into my Box account using their API 2.0. Following all posts and forums about it I am trying the following:curl -i -X POST "https://upload.box.......
-
I would like to monitor my internet connection using zabbix 5.2.3 (anoher tool can be used), I mean that I would like to monitor if my host can reach google web site or not (for example, I would like ......
-
I build on windows with cargo.toml settings:[dependencies]curl = {version="0.4.33", features = ["ssl"]}Then when I call http service I get an error:thread 'main' panicked at '......
-
I´m using filemaker to save files via google drive API - CURL option. I want to save documents with this path:Companies *Proyects -Purchase Orders - ......
-
We're using PROPFIND request to get list of all files in specific folder.curl --location --request PROPFIND 'https://example.com/some_folder' \ --header 'Authorization: Basic eHh4Onl5eQ=='But ......
-
I have a webdav server running on local network and I'm able to get responses with other requests, but PROPFIND leaves both Curl and Postman hanging without returning anything, though I see the ......