Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Decoding chunked encoding (a la Fiddler 'Remove HTTP Chunked

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
HTTP/1.1 400 Bad Request - POST -transfer encoding chunked - Hi all. Have to upload a binary file from a C client to IIS with transfer encoding set to CHUNKED . So using POST request for the same. My test request is as follows..

HTTP/1.1 400 Bad Request - POST -transfer encoding chunked - Hi all. Have to upload a binary file from a C client to IIS with transfer encoding set to CHUNKED . So using POST request for the same. My test request is as follows..

How to configure chunked tranfer encoding on IIS - Hi, I need to configure IIS to send me chunked responses How can i cofigure it in IIS. Thanks --Vinod

Forcing IIS v5.0 to not send a HTTP v1.1 reply as chunked - I have been searching / reading many different messages regarding this and haven't seen anyone with this situation / question: - JAVA 1.4 client sends a xml request to an IIS v5.0 server. This is HTTP v1.1 and normal text sent with the..

IIS problem with secure chunked transfer - Hi IIS gurus, My Java applet sends large POST requests to an IIS 5.0 ISAPI extension using chunked transfer. This works fine for secure servers (defined as Alas, when I define the IIS virtual dir as client In this..
Next:  IIS: IIS 403 Forbidden on new web  
Author Message
arun.hallan

External


Since: Mar 06, 2006
Posts: 6



(Msg. 1) Posted: Fri Feb 08, 2008 3:33 pm
Post subject: Decoding chunked encoding (a la Fiddler 'Remove HTTP Chunked
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I have a file which i think has encoded chunked data. The reason i
think this is because i copied a post command from an application
called Fiddler, and saved the results to a file.

Now i'm trying to decode this information. Fiddler seems to be able to
do it by clicking the 'Remote HTTP Chunked Encoding' button.

Can anyone tell me what this is doing? Or how to decode a file with
chunked data in it.

Thanks

 >> Stay informed about: Decoding chunked encoding (a la Fiddler 'Remove HTTP Chunked 
Back to top
Login to vote
David Wang

External


Since: Nov 14, 2007
Posts: 357



(Msg. 2) Posted: Sat Mar 01, 2008 3:24 am
Post subject: Re: Decoding chunked encoding (a la Fiddler 'Remove HTTP Chunked [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 8, 3:33 pm, arun.hal... RemoveThis @gmail.com wrote:
> Hi,
>
> I have a file which i think has encoded chunked data. The reason i
> think this is because i copied a post command from an application
> called Fiddler, and saved the results to a file.
>
> Now i'm trying to decode this information. Fiddler seems to be able to
> do it by clicking the 'Remote HTTP Chunked Encoding' button.
>
> Can anyone tell me what this is doing? Or how to decode a file with
> chunked data in it.
>
> Thanks


Look up the definition of chunked encoding on w3.org

It looks like this:
<HEX VALUE OF CHUNK WITH LENGTH=N>\r\n
CHUNK WITH LENGTH=N\r\n
<HEX VALUE OF CHUNK WITH LENGTH=M>\r\n
CHUNK WITH LENGTH=M\r\n
... repeats
0\r\n
\r\n


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

 >> Stay informed about: Decoding chunked encoding (a la Fiddler 'Remove HTTP Chunked 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]