leading and trailing characters on response tabs

38 views
Skip to first unread message

Yohanes Arif Pradono

unread,
Mar 13, 2012, 1:59:27 AM3/13/12
to Fiddler
Hi,

I am getting these following leading/trailing characters on every ajax
request on my web project.

sample:
HTTP/1.1 200 OK
Date: Tue, 13 Mar 2012 05:54:03 GMT
Server: Apache/2.2.21 (Win32) mod_fcgid/2.3.6 mod_perl/2.0.4-dev Perl/
v5.10.1
X-Powered-By: PHP/5.2.17
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html

3b <-- what is this?
{"sukses":"0","hint_id":"12422","msg":"Failed to validate"}
0 <-- and this?


Can someone please advise on what those are?

Thank you.

EricLaw

unread,
Mar 13, 2012, 9:00:32 AM3/13/12
to httpf...@googlegroups.com
Those are hexadecimal length specifiers, used by HTTP Chunked Encoding. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1

Yohanes Arif Pradono

unread,
Mar 17, 2012, 10:10:25 AM3/17/12
to Fiddler
Hi Eric,

Ah understood.
Thank you!

Regards,
Yohanes


On Mar 13, 8:00 pm, EricLaw <bay...@gmail.com> wrote:
> Those are hexadecimal length specifiers, used by HTTP Chunked Encoding.
> Seehttp://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1
Reply all
Reply to author
Forward
0 new messages