Good day together,
i've got a java application and need to test whether the pc it's running on supports HTTP 1.1 or only 1.0. Any ideas how i can realize that with standard java libraries? I may use jsp's, servlets, portlets or whatever on the server side.
Thanks,
Papy
5 replies to this topic
#1
Posted 28 February 2011 - 05:09 AM
|
|
|
#2
Posted 28 February 2011 - 03:40 PM
A PC doesn't support HTTP 1.1 or 1.0, a server and a client program do. What are you trying to test?
#3
Posted 28 February 2011 - 09:44 PM
Yes, it is up to the server program to decide what protocol it is going to use, it can be anything that is programmed in. You are not going to find too much difference between the versions though, if you are doing this for compatibility.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 01 March 2011 - 02:54 AM
Hey :)
Thanks for your answers. Maybe that was the wrong term. You can have a browser that doesn't support HTTP 1.1 or you can have a Proxy that doesn't support it ....
I want to write a little tool, that checks if HTTP 1.1 can be used or not. And it should be in a java standard application
Regards,
Papy
Thanks for your answers. Maybe that was the wrong term. You can have a browser that doesn't support HTTP 1.1 or you can have a Proxy that doesn't support it ....
I want to write a little tool, that checks if HTTP 1.1 can be used or not. And it should be in a java standard application
Regards,
Papy
#5
Posted 04 March 2011 - 04:09 AM
No ideas? :)
#6
Posted 04 March 2011 - 04:17 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









