This is a migrated thread and some comments may be shown as answers.

Regarding request body length

3 Answers 762 Views
Windows
This is a migrated thread and some comments may be shown as answers.
suhasini
Top achievements
Rank 1
suhasini asked on 21 Jan 2021, 05:56 AM

Hello Telerik,

 

I am using Fiddler tool for WebAPI testing. It is working fine but yesterday I faced one problem while sending long data in Request body. WebAPI allowing ArrayBytes data for images. Converted 22MB images into bytes and passing those bytes info as request. I observed that, unable to paste complete byte info into request body.

 

Is there any way to pass complete info using fiddler tool? Can you please help us.

Thanks in Advance.

3 Answers, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 25 Jan 2021, 01:12 PM

Hello Suhasini Chandu,

 

I guess you are composing a request via the Composer and the issue appears when you try to paste the data into the request composer - is that correct assumption?

 

Could you please try doing the same via the new Fiddler Everywhere - the idea here is to see if the issue is related to a UI limitation (WinForms vs. Electron app). Meanwhile, I will try to reproduce this case on my side.

 

Regards,
Nick Iliev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
suhasini
Top achievements
Rank 1
answered on 29 Jan 2021, 06:11 AM

Hello Nick,

yes I am trying to copying more than 20 mb data into request body. Can you please help us.

Thanks in Advance.

0
Nick Iliev
Telerik team
answered on 29 Jan 2021, 08:52 AM

Hi Suhasini,

 

Fiddler has an option to upload a file as a request body (via the Upload File link in the top-right corner of the request body field). You could try to import your large request body from that option - it was working as expected on my side with ~16MB request body.

 

I've also can confirm that the Fiddler Everywhere is working as expected with even larger bodies. I've tested the Composer with approximately 25MB of base64 string, and I was able to send the request and receive the same size as a response.

 

Regards,
Nick Iliev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Windows
Asked by
suhasini
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
suhasini
Top achievements
Rank 1
Share this question
or