Mark,
On 6/2/23 10:57, Mark Thomas wrote:
On 02/06/2023 15:31, Christopher Schultz wrote:
All,
Is it possible to get the /actual/ protocol used for communication
with a tomcat server? I'm using AJP/13 and request.getProtocol is
returning "HTTP/1.1" which is not 100% surprising.
I'm wonderi
On 02/06/2023 15:31, Christopher Schultz wrote:
All,
Is it possible to get the /actual/ protocol used for communication with
a tomcat server? I'm using AJP/13 and request.getProtocol is returning
"HTTP/1.1" which is not 100% surprising.
I'm wondering if the request has anything in it which s
All,
Is it possible to get the /actual/ protocol used for communication with
a tomcat server? I'm using AJP/13 and request.getProtocol is returning
"HTTP/1.1" which is not 100% surprising.
I'm wondering if the request has anything in it which specifies the
"actual" protocol which was used.