Hello,
I am new with Fiddler. Please bear with my inexperience. :-)
My result panel is polluted with a Chrome extension 500 error. The URL is http://127.0.0.1:55296/ChromeExt/pabeoippfoppjkpbmbpjjjglbldlajfg. Please find a screenshot attached.
Could you please tell me what my filter options would be?
I have tried:
* Filter rule: Request header > Hide if URL contains: "/ChromeExt/pabeoippfoppjkpbmbpjjjglbldlajfg"
* Script rule:
if ( oSession.url.Contains("/ChromeExt/pabeoippfoppjkpbmbpjjjglbldlajfg") )
{
oSession["ui-hide"] = "yup"; // "The "yup" value is unimportant"
}
What am I missing?
Thanks in advance for your help
14 Answers, 1 is accepted

hahaha This is a good one. Was not sure if you were serious until I saw you username.
Have a nice day
Please, pardon us for the delay in our answer.
Is the value in the "Hide if URL contains" filter rule with the quotes or without them? In which method did you put the script rule?
Regards,
Alexander
Progress Telerik


I'm having same issue. I used essentially the same code in the OnBeforeResponse method. I can't seem to get rid of '/ChromeExt/pabeoippfoppjkpbmbpjjjglbldlajfg'.
If i right click on the result panel and click 'filter now' and '/chromeext/' ... it filters from the result panel and then new ones start coming in.
Would it be possible that you share the name of the extension? I would like to try to reproduce the problem you have.
Regards,
Alexander
Progress Telerik

After additional research, it appears to be an extension that is not from the web store but from employer.
You can close my inquiry. Thank you for your time.


I've already tried the filter tab and added 'Hide if URL contains' /ChromeExt and that did not work. I've also attempted to filter thru script rules. Both of these options are discussed in the original post from Frederik.

I'm also having the same problem most of the people are having the same issue it's really annoying Please help us.
Best Regards,
Bala Krishna
[/quote]
Still, everyone faces this issue? No one can find the solution or what actual problem?

Think I figure it out. Nothing I tried, script-wise, would filter or change them - not even changing the "ui-color". So I started looking at the log window and found it showing:
14:47:55:1667 Fiddler.Network.ProtocolViolation - [#184] The Server did not return properly formatted HTTP Headers. HTTP headers should be terminated with CRLFCRLF. These were terminated with LFLF.
for these sessions. So I found that by going to "Tools>Options>General" and setting protocol violations to "Do nothing", the "/ChromeExt/" warnings stopped showing up in the session pane and it is much cleaner.
So, these are warnings and not sessions showing in the pane.
Hope this helps - cheers!

Don't know that my post yesterday made it - is this what you're looking for Frederick?
Think I figure it out. Nothing I tried, script-wise, would filter or change them - not even changing the "ui-color". So I started looking at the log window and found it showing:
14:47:55:1667 Fiddler.Network.ProtocolViolation - [#184] The Server did not return properly formatted HTTP Headers. HTTP headers should be terminated with CRLFCRLF. These were terminated with LFLF.
for these sessions. So I found that by going to "Tools>Options>General" and setting protocol violations to "Do nothing", the "/ChromeExt/" warnings stopped showing up in the session pane and it is much cleaner.
So, these are warnings and not sessions showing in the pane.
Hope this helps - cheers

This worked. Thank you. Those warnings were really annoying.
Hi Harry,
There is a solution shared by David Cain (use "Tools>Options>General" and set protocol violations to "Do nothing"). Does your case differ from the one shared previously? If so please consider providing a more detailed explanation of your specific case.
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/.
