Anaurag,
On 3/11/21 20:50, Anurag Sharma wrote:
My code is running on local host and i am hitting one of my urls as
below
curl -k -vv --http1.1 "https://localhost:8443/versa/login"; -H 'Host:
google.com'
What do you think curl is sending to the server with the above command?
The -vv suggests t
I am using 9.0.31
Get Outlook for Android<https://aka.ms/ghei36>
From: Mark Thomas
Sent: Thursday, March 11, 2021, 11:27 PM
To: users@tomcat.apache.org
Subject: Re: Unable to read the orginal url when host header is specified.
On 12/03/2021 01:50, Anurag
On 12/03/2021 01:50, Anurag Sharma wrote:
My code is running on local host and i am hitting one of my urls as below
curl -k -vv --http1.1 "https://localhost:8443/versa/login"; -H 'Host:
google.com'
Now i m a trying to read the url in my code using following
StringBuffer url = httpServletRe
My code is running on local host and i am hitting one of my urls as below
curl -k -vv --http1.1 "https://localhost:8443/versa/login"; -H 'Host:
google.com'
Now i m a trying to read the url in my code using following
StringBuffer url = httpServletRequest.getRequestURL();
The value is always a