1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: StreamDevice with a REST API |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "christopher.gregory at stfc.ac.uk" <christopher.gregory at stfc.ac.uk>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, "Zimoch Dirk (PSI)" <dirk.zimoch at psi.ch> |
Date: | Fri, 10 Jun 2022 13:32:15 +0000 |
> As the host is running on Windows, do you need CR LF CR LF? (I hope not.)
I think so, see https://stackoverflow.com/questions/5757290/http-header-line-break-style :
CR = <US-ASCII CR, carriage return (13)>
LF = <US-ASCII LF, linefeed (10)> HTTP/1.1 defines the sequence CR LF as the end-of-line marker for all protocol elements except the entity-body And you need two of them at the end of GET:
|