Re: Looking for a HTTP test server which doesn't send Content-Length

2019-10-22 Thread Jan Ehrhardt via curl-library
Andreas Falkenhahn via curl-library in gmane.comp.web.curl.library (Sat, 19 Oct 2019 18:40:49 +0200): >Please excuse this slightly off-topic question but I think this is the best >place to ask about it ;) > >So unfortunately, my old test case HTTP server which sent HTTP responses >without >the

Re: Looking for a HTTP test server which doesn't send Content-Length

2019-10-22 Thread Aleksandar Lazic via curl-library
Am 21.10.19 um 14:57 schrieb Andreas Falkenhahn via curl-library: > On 20.10.2019 at 23:47 Jeroen Ooms via curl-library wrote: > >> http://www.httpbin.org/stream/100 > > This uses chunked transfer mode... > >> http://www.httpbin.org/drip?duration=2=10=200=2 > > ...and this sets Content-Length.

Re: Looking for a HTTP test server which doesn't send Content-Length

2019-10-21 Thread Nicolas Mora via curl-library
21 octobre 2019 08:57 "Andreas Falkenhahn via curl-library" a écrit: > > So still not quite what I'm looking for. My old test site was > http://www.google.com/ig/api?weather=muenster=de but this doesn't exist > any more :/ > The way I would do it is either: - implement a fake webservice, it

Re: Looking for a HTTP test server which doesn't send Content-Length

2019-10-21 Thread Andreas Falkenhahn via curl-library
On 20.10.2019 at 23:47 Jeroen Ooms via curl-library wrote: > http://www.httpbin.org/stream/100 This uses chunked transfer mode... > http://www.httpbin.org/drip?duration=2=10=200=2 ...and this sets Content-Length. So still not quite what I'm looking for. My old test site was

Re: Looking for a HTTP test server which doesn't send Content-Length

2019-10-21 Thread Daniel Stenberg via curl-library
On Sat, 19 Oct 2019, Andreas Falkenhahn via curl-library wrote: So unfortunately, my old test case HTTP server which sent HTTP responses without the Content-Length field seems to be gone. Does anybody happen to have a URL for a HTTP server which responds without setting Content-Length?

Re: Looking for a HTTP test server which doesn't send Content-Length

2019-10-20 Thread Jeroen Ooms via curl-library
On Sat, Oct 19, 2019 at 6:47 PM Andreas Falkenhahn via curl-library wrote: > > Please excuse this slightly off-topic question but I think this is the best > place to ask about it ;) > > So unfortunately, my old test case HTTP server which sent HTTP responses > without the Content-Length field

Re: Looking for a HTTP test server which doesn't send Content-Length

2019-10-20 Thread Andreas Falkenhahn via curl-library
Thanks, but this seems to use chunked mode. I'm looking for a server which sends data with neither chunked nor content-length set... On 19.10.2019 at 21:35 Michał Janiszewski wrote: > Perhaps GIFsockets would serve your need? > http://gifsockets.twolfson.com/ > and in particular: >

Re: Looking for a HTTP test server which doesn't send Content-Length

2019-10-19 Thread Michał Janiszewski via curl-library
Perhaps GIFsockets would serve your need? http://gifsockets.twolfson.com/ and in particular: http://gifsockets.twolfson.com/image.gif On Sat, 19 Oct 2019 at 18:43, Andreas Falkenhahn via curl-library wrote: > > Please excuse this slightly off-topic question but I think this is the best > place

Looking for a HTTP test server which doesn't send Content-Length

2019-10-19 Thread Andreas Falkenhahn via curl-library
Please excuse this slightly off-topic question but I think this is the best place to ask about it ;) So unfortunately, my old test case HTTP server which sent HTTP responses without the Content-Length field seems to be gone. Does anybody happen to have a URL for a HTTP server which responds