Service Stack Json Response Contains Extra Characters -
i'm converting web api project service stack , in json responses i'm getting line of text before , after json content. i'm using fiddler capture response.
edited brevity, here example:
18d [{"id": ... }] 0
what these lines? can't find configuration option seem correspond keep happening.
edit
i went , started basic hello service stack example, , here's got response:
http/1.1 200 ok transfer-encoding: chunked content-type: application/json; charset=utf-8 server: microsoft-httpapi/1.0 x-powered-by: servicestack/3.943 win32nt/.net date: thu, 18 apr 2013 15:48:49 gmt 1b {"result":"hello, jrandom"} 0
i'm assuming response lines result of transfer-encoding: chunked
header.
Comments
Post a Comment