10 messages in ru.sysoev.nginxRe: How to retrieve HTTP header from ...
FromSent OnAttachments
Alex ManSep 9, 2008 1:52 pm 
Igor SysoevSep 9, 2008 10:13 pm 
Alex ManSep 10, 2008 11:24 am 
Aleksandar LazicSep 10, 2008 1:57 pm 
Alex ManSep 12, 2008 11:15 am 
Aleksandar LazicSep 13, 2008 11:10 am 
Alex ManSep 16, 2008 11:49 am 
Aleksandar LazicSep 18, 2008 12:55 am 
Alex ManSep 18, 2008 3:05 pm 
Daniel GuettlerMar 17, 2009 6:07 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: How to retrieve HTTP header from Apache in nginx?Actions...
From:Daniel Guettler (lis@ruby-forum.com)
Date:Mar 17, 2009 6:07:15 pm
List:ru.sysoev.nginx

I was facing the same issue where I had a java client send a request with custom headers set to JAVA_UPLOAD_FILENAME and similar which should be forwarded to a backend server via proxy_pass. Non of the custom headers arrived at the backend. However when changing the headers to Java-Upload-Filename etc they arrived just fine at the backend server.

Hope this helps someone...

Best, Daniel