https://issues.apache.org/bugzilla/show_bug.cgi?id=45993
Summary: Pass protocol type as extra header to HTTP server
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I have a Tomcat server sitting behind an Apache httpd server, connected by
means of as ProxyPass. In this configuration I see no means for the Tomcat
server to know if the the connection to the Apache httpd server was by HTTP or
HTTPS.
It would be useful to have an extra header to know what protocol was used to
access the httpd server. For example:
x-protocol: https
x-protocol: http
My current need is to be able to establish whether the cookies sent to the
server were sent using an encrypted connection or not. This would allow me to
be able to flag any instances where an HTTPS cookie was being sent in an
unencrypted HTTP session.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]