jbrozenick / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

Advanced filter #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
more advanced filter features

Original issue reported on code.google.com by pappkame...@gmail.com on 6 Mar 2008 at 8:29

GoogleCodeExporter commented 9 years ago
A good first step would be to allow '-keyword' in the filter textbox in order to
exclude request matching 'keyword'.

Original comment by dan.beri...@gmail.com on 26 Nov 2008 at 6:30

GoogleCodeExporter commented 9 years ago
A useful filter would be to choose the "Type" to display (often I only need of
"text/html", and I have to search them from a lot of css, js and images).

Original comment by len...@gmail.com on 10 Jan 2009 at 11:38

GoogleCodeExporter commented 9 years ago
I'd really like to see something akin to Wiresharks filtering.

That is, being able to do filter by things like "method=POST
url~="http://somesite.com result!=(200|cache)", etc. Basically 
$COLUMNAME=$REGEX,
with some niceties like preserving the order of results.

I'm willing to help with implementation as well, although I'm sure it will take 
me
some time to get familiar with what's there now.

I'll be checking out the existing codebase in my free time, and hopefully will 
be
able to dedicate some time to working on HTTPFox - I use it all the time, and 
would
love to be able to improve it.

Original comment by jeremiah...@gmail.com on 30 Mar 2009 at 1:00

GoogleCodeExporter commented 9 years ago
Please add regexp filtering support, if possible.  Thanks.

Original comment by petralo...@gmail.com on 24 Mar 2010 at 4:09

GoogleCodeExporter commented 9 years ago
regexp on mime types, hostname and URI would be a great start

Original comment by ovit.res...@gmail.com on 28 Apr 2010 at 12:51

GoogleCodeExporter commented 9 years ago
I have a modified version of the httpfox.jar that does regular expression 
matching for the URI. If you're interested in the updated jar file send me an 
email at mike@tealium.com.

The concept of multiple filters doesn't seem too challenging. The base code is 
very well laid out, and this didn't take much time at all to do.

Original comment by tealium....@gmail.com on 17 Jun 2010 at 2:02

GoogleCodeExporter commented 9 years ago
@mike, what about providing your source code to the project ?
having a fork will not help to keep in sync with future updates

Original comment by ovit.res...@gmail.com on 17 Jun 2010 at 8:08

GoogleCodeExporter commented 9 years ago
Issue 74 has been merged into this issue.

Original comment by pappkame...@gmail.com on 23 Aug 2010 at 7:36

GoogleCodeExporter commented 9 years ago
Filtering by the type of request (text/html or image/png) will be helpful.

Original comment by lukasz.r...@gmail.com on 8 Apr 2011 at 11:54