TCP Analyzer page is not HTTP/1.0 compatible.
TCP Analyzer page is not HTTP/1.0 compatible.
Hello
Following page is not HTTP/1.0 compatible.
http://www.speedguide.net:8080/
If I connect this page, I got response like following.
# telnet http://www.speedguide.net 8080
Trying 63.217.30.70...
Connected to http://www.speedguide.net.
Escape character is '^]'.
GET / HTTP/1.0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
And, there is no response line like "HTTP/1.0 200 OK\r\n\r\n".
So, this page cannot be displayed through some proxy server.
Could you please add "HTTP/1.0 200 OK\r\n\r\n" before response
body to be obey HTTP/1.0.
Thank you !
---
tsuneo.
Following page is not HTTP/1.0 compatible.
http://www.speedguide.net:8080/
If I connect this page, I got response like following.
# telnet http://www.speedguide.net 8080
Trying 63.217.30.70...
Connected to http://www.speedguide.net.
Escape character is '^]'.
GET / HTTP/1.0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
And, there is no response line like "HTTP/1.0 200 OK\r\n\r\n".
So, this page cannot be displayed through some proxy server.
Could you please add "HTTP/1.0 200 OK\r\n\r\n" before response
body to be obey HTTP/1.0.
Thank you !
---
tsuneo.
This behaviour most likely indicates Analyzer server at this address/port does not recognize your machine and can't continue analyzing packets from you to complete the page with the correct redirect to the analyzer.php parser.
At this point it is waiting for a packet from your client in order to analyze it and complete the page, which should look something like:
I hope this helps...
At this point it is waiting for a packet from your client in order to analyze it and complete the page, which should look something like:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
<SCRIPT LANGUAGE="JavaScript">
<!--
function loadurl(url) {
if (document.images)
window.location.replace(url);
else
window.location.href = url;}
//-->
</script>
<title>Connection Diagnostics</title></head><body bgcolor="white">
<SCRIPT LANGUAGE="JavaScript">
<!--
window.loadurl('http://www.speedguide.net/analyzer.php?DATA_OFFSET=40&TCP_Options_string=020405b40103030201010402&IP_MTU_DISCOVER=1&WIN=64240&RWIN=256960&MSS=1460&SCALE=2&TTL=54&TSOPT=0&SACK_PERM=1&IP_TOS=0&IP=70.124.x.x×tamp=1138481394');
//--> </SCRIPT><h1>Connection parameters retrieved</h1></body> </html>
There is no problem on response *body*, but there is problem on
response *header*.
Normal HTTP server have response line adn response header
before response body like following.
==================
HTTP/1.0 200 OK <== response line
Server: Apache <== response header
Body.... <=== response body
==================
Could you please check it ?
response *header*.
Normal HTTP server have response line adn response header
before response body like following.
==================
HTTP/1.0 200 OK <== response line
Server: Apache <== response header
Body.... <=== response body
==================
Could you please check it ?
I am waiting...
Because of this issue, we cannot use TCP analizer and just see blank page
through proxy.
TCP anylizer is very helpful page, and I cannot another site cool than the site.
So, I would very appreciate it if you can handle this...
Thank you !

through proxy.
TCP anylizer is very helpful page, and I cannot another site cool than the site.
So, I would very appreciate it if you can handle this...
Thank you !
Schedule ?
Is there any plan to handle this case ?
If possible, can I get the schedule to do ?
Thank you !
If possible, can I get the schedule to do ?
Thank you !
Excuse the delay in getting back to you.
It's been uodated to send standard response headers, something like:
How does that work with your 1.0 request ?
It's been uodated to send standard response headers, something like:
Code: Select all
HTTP/1.1 200 OK
Server: SG TCP/IP Analyzer
Expires: Mon, 27 Feb 2006 14:14:14 GMT
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Content-Encoding: ISO-8859-1
Content-Type: text/html
Thank you!
Thank you very much for your handling !
Now, we can use TCP analyzer without problem.
Thank you very much for providing very useful tool !
Now, we can use TCP analyzer without problem.
Thank you very much for providing very useful tool !