mIRC Home    About    Download    Register    News    Help

Print Thread
#95176 22/08/04 06:20 PM
Joined: Dec 2002
Posts: 32
J
Jaakko Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Dec 2002
Posts: 32
hi,

when it try requesting a page with GET i get this

<tr><td class=header colspan=5>Orbitals: (56
6c
total)<br><br></td></tr>
<tr>
<td width=20% align=left>Titanium Orbitals</td>
<td width=20% align=right>
221
30</td>
<td width=10%>&nbsp</td>
<td width=20% align=left>Silicon Orbitals</td>
<td width=20% align=right>23</td>
</tr>
<tr>

but when i look the sites source with IE i get this

<tr><td class=header colspan=5>Orbitals: (56 total)<br><br></td></tr>
<tr>
<td width=20% align=left>Titanium Orbitals</td>
<td width=20% align=right>30</td>
<td width=10%>&nbsp</td>
<td width=20% align=left>Silicon Orbitals</td>
<td width=20% align=right>23</td>
</tr>
<tr>

------

as u can see with mIRC i get some strange stuff between lines. no idea what that stuff is. it's constant so it's no corrupted data (i think). any ideas how i can make it look good?


am a big noob
#95177 22/08/04 06:49 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
It's called chunked transfer. The hex numbers represent the amount of bytes contained in the following chunk. You don't see them in your browser's source, because they are not a part of the page.

In most cases you can avoid those numbers by making a HTTP/[color:blue]1.0[/color] request.

#95178 23/08/04 05:55 AM
Joined: Dec 2002
Posts: 32
J
Jaakko Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Dec 2002
Posts: 32
ok thanks


am a big noob

Link Copied to Clipboard