Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
97 views

I am trying to read an XSLX file with Curl in PHP. I can read text files just fine, but every time I try it with a binary file, it returns zero bytes, but does not appear to throw an error. Here is ...
Don Del Grande's user avatar
1 vote
1 answer
204 views

I have a php shell script that runs at scheduled intervals via launchd. The script has a 2 minute php timeout, but I understand that time spend in curl_exec( ) doesn't count towards that. But I also ...
l008com's user avatar
  • 1,775
0 votes
0 answers
57 views

I am trying to upload a document to dust (https://eu.dust.tt) and cannot get it to work. Here is what I have tried and the responses I get: First I tried to list documents already uploaded. I used: ...
Chazg76's user avatar
  • 661
3 votes
1 answer
146 views

Here is my code (fake data of course): <?php error_reporting(E_ALL); ini_set('display_errors', '1'); $curl = curl_init(); $file = fopen("x.x", 'w'); curl_setopt($curl, CURLOPT_URL, &...
Cristian Veronesi's user avatar
0 votes
2 answers
115 views

In my C# code, I'm using libcurl.dll and using CURLINFO_TLS_SSL_PTR = CURLINFO_PTR + 45 to determine which TLS version is being negotiated, I'm not sure if this constant is correct. Is the code below ...
uingtea's user avatar
  • 6,660
0 votes
1 answer
41 views

I’m looking for guidance from SuiteScript / JavaScript experts regarding a multipart/form-data file upload from NetSuite. I have a Map/Reduce script that generates a ZIP file using N/compress.  This ...
user32280537's user avatar
0 votes
1 answer
125 views

I have a process that was working as expected until I migrated my dev environment from WampServer to Laragon. Now I am using Laragon v8.2.3 on Windows 10 Pro with: php-8.3.16 [TS] Nginx 1.27.3 ...
php-b-grader's user avatar
  • 3,332
0 votes
1 answer
166 views

I am using a curl request for my backend php class to access google's computeRoute. when I run a curl request with a string it works (as below). However dynamically generate the values with an array ...
Paul Kendal's user avatar
1 vote
0 answers
93 views

I am making cURL request using GuzzleHttp PHP library that returns me a huge list of data I later process. Because of the size and response time, I tried to optimize my side by using stream option ...
SIR - 9I214's user avatar
8 votes
7 answers
607 views

Here is the output of my curl command (print headers only): HTTP/1.1 200 OK Server: CacheHTTPd v1.0 Date: Thu, 08 Jan 2026 19:21:11 +0000 Content-Type: application/octet-stream Content-Length: ...
Ramesh's user avatar
  • 81
Tooling
0 votes
14 replies
6k views

I have two computers. One with Arch Linux installation with any modern software. Another with 32bit Windows 7. My goal is to transfer around 100GB of files from Linux to Windows. I have USB 3.0 to ...
hlebyshek's user avatar
1 vote
1 answer
67 views

I'm currently learning Node and express and ran into this recently. If I put spaces after the colon in my header, the request body in node for POST shows up as undefined. But if I remove spaces, then ...
Andorrax's user avatar
  • 135
Advice
0 votes
0 replies
61 views

I have more totp apps registered for my kc account to login with totp. Private and work smartphone and a passwordstore... just to be able, to remove totp for a phone, in case it get lost. And i want ...
Xunde Energie's user avatar
1 vote
1 answer
277 views

When I run my first sample (the first official tutorial) using FastAPI, I notice something weird when testing with curl. I launch the server with: fastapi dev main.py To test the endpoint, I execute: ...
рüффп's user avatar
  • 5,645
1 vote
0 answers
241 views

Problem Description I am trying to install Rust through rustup in WSL2, but in some distributions any curl request to https://sh.rustup.rs fails with a TLS error. Command: curl --proto '=https' --...
MioMelliot's user avatar

15 30 50 per page
1
2 3 4 5
2917