curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: GET http request

From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 8 Sep 2020 11:01:10 +0200 (CEST)

On Tue, 8 Sep 2020, Dewancker, Bart via curl-library wrote:

> in this second request, some extra data has been added to the url head:
> /axis-cgi/admin/10.0.0.180 (see Figure 3).Due to this extra information, the
> requested page cannot be found. We have not seen this behavior on Debian
> stretch OS with Curl version 7.52. Is this a new option in version 7.64
> compared to version 7.52? And if so, how can we disable this option?

curl would never change the URL like that (on purpose).

Since I don't recognize this as a libcurl bug I suspect this is an issue in
your code. Have you run your application with valgrind / address-sanitizer ?

A theory: the step from 7.52 to 7.64 meant switching to a curl version where
we redid the URL parsing and handling so maybe a mistake from before somehow
didn't have an effect until libcurl changed.

-- 
  / daniel.haxx.se | Commercial curl support up to 24x7 is available!
                   | Private help, bug fixes, support, ports, new features
                   | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2020-09-08