Completed
Last Updated: 01 Jun 2020 14:06 by ADMIN
Robert
Created on: 16 May 2020 15:30
Type: Bug Report
0
Composer clears fields on Inspectors switching and composer POST body data is sent as header data

Platform: Linux.
Product: Progress Telerik Fiddler 0.5.0, downloaded today.

Bug 1: switching between Composer and Inspectors clear Composer fields
Start the program
Click Composer on the right side
Under Headers, fill something in
Click on Inspectors on the right side
Click Composer on the right side
The text under Headers is now resetted

Bug 2: POST body double new line delimiter and body data are formatted as headers
Start the program
Click Composer on the right side
Select POST

Under Headers, fill in a POST header:

Host: example.com
User-Agent: test
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US;q=0.7,en;q=0.3
Content-Type: application/x-www-form-urlencoded
Connection: keep-alive

Under Body, fill in some POST data:

data=1

Click Execute
Click on Inspectors
Click on the result request

Check Headers or Raw, it says:

POST http://example.com HTTP/1.1
Host: example.com
User-Agent: test
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US;q=0.7,en;q=0.3
Content-Type: application/x-www-form-urlencoded
Connection: keep-alive
:
data=1:

Notice the ending, it handles the POST data as parts of the header

1 comment
ADMIN
Nick Iliev
Posted on: 18 May 2020 07:51

Hi Robert,

 

Thank you for your interest in Fiddler Everywhere and your feedback!

I can confirm that both of the described issues were indeed leading to undesired behavior. The team is already addressing them in the new upcoming version of Fiddler Everywhere where the first bug is already fixed, and the solution for the second one is in progress (the fix will probably be included in the next version). You could expect the new version to be published officially up until the end of the month.

Once again, thank you for your valued input.

 

Regards,
Nick Iliev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.