-
Hello!
By reading through some obscure answers listed on other bug reports, I was able to make PHP use `curl-impersonate`. I have written up a guide on how to do this for anyone who's looking for a…
-
RAUC limits the capabilities of libcurl, which it uses internally, to only recognize HTTP/HTTPS/SFTP/FTP as "remote" protocols. This means that protocols like SCP and TFTP are not accepted by RAUC, th…
-
Currently the libcurl in ThirdParty runs a slew of configuration setup and generates configuration headers when configuring the build via CMake. This takes a lot of time, is fragile, and shouldn't b…
-
So I tried running "cabal install curl" which crashed as I needed liburl4-openssl-dev or one of the other alternative versions. IDK if this fail more gracefully without having to dig through the error…
-
output on terminal launch:
`allan@allan-notebook:~$ flatpak run com.spotify.Client
allan@allan-notebook:~$ /app/extra/bin/spotify: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information avai…
-
The testwsgi script succeeds but when I want to run the application it ends with a libcurl error
```
Client 127.0.0.1:37096] request declined in mgs_hook_fixups
mod_wsgi (pid=13166, process='DEMO…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **libcurl/***
* Operating System+version: **Fedora 32**
* Compiler+version: **GCC 9.2.1**
…
-
check_curl example:
```man
-S, --ssl=VERSION[+]
Connect via SSL. Port defaults to 443. VERSION is optional, and prevents
auto-negotiation (2 = SSLv2, 3 = SSLv3, 1 = TLSv1, 1.1 = TLSv1.1…
-
I am exploring usage of websockes with curl-rust and looking for pointers on the same. Specifically I'm trying out the [connect only model](https://curl.se/libcurl/c/libcurl-ws.html) mentioned in libc…
-
## What did you try to do?
When trying to send the form data to https://httpbin.org/post with a simple post request using READFUNCTION, the form data is empty. However, when manually setting POSTFIEL…