Hey Guys,
I've got a weird problem. I'm using standard sockets to pull up web pages (I know java has a built in class to do this but there is a special reason I'm using sockets).
Anyways, when the data starts flowing in, I get weird "8a", "40a", etc strings in between some of the HTML sometimes. I can't figure out where this is coming from.
For example...
I try to pull up The headers come in fine, and so does all of the HTML but the HTML data has a lot of junk in it...
</title>
<meta name="keywords" content="
32
<meta name="description" content="
13b
<meta name="robots" content="INDEX, FOLLOW">
<meta name="revisit-after" content="10">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
The 32 isn't suppose to be there, and I have no idea where it's coming from. Same with the 13b. There are extra line breaks in there as well.
Anyone know what this is?
It seems to persist over many domains and servers and is only applicable on socket based web queries (the other webrequest class seems to not have these in the result).
Thanks!
Luc
I've got a weird problem. I'm using standard sockets to pull up web pages (I know java has a built in class to do this but there is a special reason I'm using sockets).
Anyways, when the data starts flowing in, I get weird "8a", "40a", etc strings in between some of the HTML sometimes. I can't figure out where this is coming from.
For example...
I try to pull up The headers come in fine, and so does all of the HTML but the HTML data has a lot of junk in it...
</title>
<meta name="keywords" content="
32
<meta name="description" content="
13b
<meta name="robots" content="INDEX, FOLLOW">
<meta name="revisit-after" content="10">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
The 32 isn't suppose to be there, and I have no idea where it's coming from. Same with the 13b. There are extra line breaks in there as well.
Anyone know what this is?
It seems to persist over many domains and servers and is only applicable on socket based web queries (the other webrequest class seems to not have these in the result).
Thanks!
Luc