Re: Request: Make HTTP2 library version available via API

2019-07-17 Thread Mac-Fly via curl-library
17, 2019 at 12:56:36PM +0200, Mac-Fly via curl-library wrote: > I wonder if it is possible to get access to the libnghttp2 version used > via curl_version_info_data. Similar to ssl_version, libz_version and > alike. Since its a major component in CURL as well, it seems useful. > >

Re: Request: Make HTTP2 library version available via API

2019-07-17 Thread Mac-Fly via curl-library
and I don't need to work myself into the internals of CURL. You might know that situation too well, too. :-) Thank you for the great library, Morten. - Original Message - From: Daniel Stenberg To: Mac-Fly via curl-library Cc: Mac-Fly Date: Wed, 17 Jul 2019 22:32:48 +0200 (CEST) Subject

Request: Make HTTP2 library version available via API

2019-07-17 Thread Mac-Fly via curl-library
Dear all, I wonder if it is possible to get access to the libnghttp2 version used via curl_version_info_data. Similar to ssl_version, libz_version and alike. Since its a major component in CURL as well, it seems useful. Rationale: I would like to show in my application all 3rd party libraries

Re: Use of cookies

2020-04-06 Thread Mac-Fly via curl-library
tings cookies must be done through buffers. Period. Thank you anyway for the time you took and of course for libCURL! ;-) Best regards, Morten. - Original Message - From: Daniel Stenberg To: Mac-Fly via curl-library Cc: Mac-Fly Date: Mon, 6 Apr 2020 15:08:03 +0200 (CEST) Subject: Re: Use o

Use of cookies

2020-04-06 Thread Mac-Fly via curl-library
Dear all, I am trying to use cookie interface but I am probably missing something obvious. What I do (note that I want to limit the cookies for each libCURL call to a minimum): (...after the usual initialisation...) I call: - curl_easy_setopt([CURL_handle], CURLOPT_COOKIEFILE, ""); >> to

Binary garbage for amazon?

2020-12-31 Thread Mac-Fly via curl-library
Dear all, amazon.com was working just fine with cURL until yesterday. When I issue: curl.exe -A "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0" https://www.amazon.com -o "out.html" ...I get binary garbage in the "out.html" file. Note that I even tried to "hide"

Re: Binary garbage for amazon?

2020-12-31 Thread Mac-Fly via curl-library
--- In response to: --- Okay, this has been discussed before (https://github.com/curl/curl/issues/3192) and is deemed by-design for compatibility reasons. I guess Amazon returning gzipped data regardless of the request headers is new (but not, in itself, erroneous).

Requesting Version Info for GSASL

2021-04-01 Thread Mac-Fly via curl-library
Dear all, since curl 7.76.0 there is a new dependency (at least on Windows) to GSASL. Is it possible to add the version information for that dependency to the curl_version_info_data struct? Similar to e.g. nghttp2_version or quic_version? The reason is to easier properly show the

Re: Requesting Version Info for GSASL

2021-04-02 Thread Mac-Fly via curl-library
Dear all, I don't know to reply properly to this list, so this is a reply to: Ray Satiro > There is features flag CURL_VERSION_GSASL [1]. The gsasl version > should be in the version information but the version number is not > available separately. What does curl_version() show? For me, on

Re: curl-library Digest, Vol 188, Issue 3

2021-04-02 Thread Mac-Fly via curl-library
-library@cool.haxx.se Subject: Re: Requesting Version Info for GSASL Message-ID: <1ae789c1-e3dc-15be-e695-46beb2d5c...@yahoo.com> Content-Type: text/plain; charset="utf-8"; Format="flowed" On 4/2/2021 3:44 AM, Mac-Fly via curl-library wrote: > I don't know to re

Re: Requesting Version Info for GSASL

2021-04-02 Thread Mac-Fly via curl-library
"utf-8"; Format="flowed" On 4/2/2021 3:44 AM, Mac-Fly via curl-library wrote: > I don't know to reply properly to this list, so this is a reply to: Ray Satiro > >> There is features flag CURL_VERSION_GSASL [1]. The gsasl version >> should be in th