Determine Supported HTTP Version By The Web Server

Rohit Dixit | Wed, 28 Jun 2017 at 09:46 hours | Replies : 5 | Points : 50

Category : SharePoint & WSS


Is there a way to check whether a web server supports HTTP 1.0 or 1.1? If so, how is this done?


This Question is already solved Click To See The Answer


Hi Rohit,

 

Thanks for your question.

 

Could you please share details about What web server version and which web server running there?

 

Thanks

Hi Rohit,

I am using MS window server 2008 R2 and running webserver is IIS.

Hi Rohit,

Please follow the below step to know the supported version HTTP by web servers.

1. telnet the webserver on working Port. i.e.

telnet <webserverIPaddress> <Port Number>

telnet 10.10.10.5 80

2. then type GET and press ENTER Key twice.  You will get the output like below screenshot.

 

Hi Santosh,

Thanks for your solution.

I checked and able to get the result.

Hi Rohit,

 

Just to add you cannot see the Input while typing the command GET. so please don't worry just type GET and hit Enter Key Twice.

In example you can see, supported http version is 1.1