Re: [Lazarus] fcl-web deleted headers?

2014-03-28 Thread Ludo Brands
On 03/27/2014 10:57 PM, Michael Van Canneyt wrote: On Thu, 27 Mar 2014, Leonardo M. Ramé wrote: Hi, I'm sending a custom header I called Filename to a Brook CGI (which uses TRequest from fcl-web) but I can't access that header. To my knowledge, the CGI protocol doesn't support the use

Re: [Lazarus] fcl-web deleted headers?

2014-03-28 Thread Michael Van Canneyt
On Fri, 28 Mar 2014, Ludo Brands wrote: On 03/27/2014 10:57 PM, Michael Van Canneyt wrote: On Thu, 27 Mar 2014, Leonardo M. Ramé wrote: Hi, I'm sending a custom header I called Filename to a Brook CGI (which uses TRequest from fcl-web) but I can't access that header. To my knowledge,

Re: [Lazarus] fcl-web deleted headers?

2014-03-28 Thread Graeme Geldenhuys
On 2014-03-28 07:51, Michael Van Canneyt wrote: If this is indeed the case, then I will add a GetCustomHeader to the TRequest. TResponse has SetCustomHeader() so this is nicely symmetric. That would be very handy! Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using

[Lazarus] fcl-web deleted headers?

2014-03-27 Thread Leonardo M . Ramé
Hi, I'm sending a custom header I called Filename to a Brook CGI (which uses TRequest from fcl-web) but I can't access that header. Here's what I capture on the Network tab on Chrome's developer tools; POST /cgi-bin/gtir2/test/ HTTP/1.1 Host: 127.0.0.1:8080 Connection: keep-alive Content-Length:

Re: [Lazarus] fcl-web deleted headers?

2014-03-27 Thread Michael Van Canneyt
On Thu, 27 Mar 2014, Leonardo M. Ramé wrote: Hi, I'm sending a custom header I called Filename to a Brook CGI (which uses TRequest from fcl-web) but I can't access that header. To my knowledge, the CGI protocol doesn't support the use of custom headers. Michael.--