Re: [users@httpd] Problem with mod_proxy and chunked content

2014-12-03 Thread Blomme Dieter
Nov 17, 2014 at 4:50 AM, Blomme Dieter mailto:dieter.blo...@digipolis.be>> wrote: We have fixed this problem temporarily. What I've noticed is that the header isn't there and inserting it (e.g. with burp or fiddler), fixes the problem. I've then tried to insert the header

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-17 Thread Blomme Dieter
ATM. Dieter On 17 Nov 2014, at 10:58, Stefan Magnus Landrø mailto:stefan.lan...@gmail.com>> wrote: I'd try to make the backend generate a valid http response instead. What kind of web-server is it? Stefan 2014-11-17 10:50 GMT+01:00 Blomme Dieter mailto:dieter.blo...@digipolis.b

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-17 Thread Blomme Dieter
egards, On 13 Nov 2014, at 19:08, Blomme Dieter wrote: > Yes, but I thought that if that header is missing, it should still check if > the data is chunked, is that incorrect? > >> On 13 Nov 2014, at 18:52, Stefan Magnus Landrø >> wrote: >> >> The transfer

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-13 Thread Blomme Dieter
. nov. 2014 kl. 18.13 skrev Blomme Dieter : >> >> Hi, >> >> We have a problem with mod_proxy and chunked content. >> We use mod_proxy to selectively request pages from a second site, the >> ProxyPass and ProxyPassReverse statements are in the vhost file. Nearl

[users@httpd] Problem with mod_proxy and chunked content

2014-11-13 Thread Blomme Dieter
Hi, We have a problem with mod_proxy and chunked content. We use mod_proxy to selectively request pages from a second site, the ProxyPass and ProxyPassReverse statements are in the vhost file. Nearly all requests are OK, Except for one type of request which can't be handled properly. We use SAML