You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpf...@googlegroups.com
hi, is there a way to start fiddler automatically capturing specific application (process) without going through the manual way of adding the process by waiting the app window to show then dragging the icon to select it
I want when i start fiddler to capture traffic only from that app and ignore all other applications (by creating a shortcut or command line or even a script)
thanks in advance for your help
EricLaw
unread,
Oct 16, 2013, 10:20:41 AM10/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpf...@googlegroups.com
How do you propose to identify the application in question? By Process ID? By Executable Name? By something else?
FiddlerScript can filter sessions based on the originating process (and you can control FiddlerScript from the command line), but you have to know how to identify the target process.
K K
unread,
Oct 16, 2013, 10:55:59 PM10/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpf...@googlegroups.com
I think the best in my case to identify the application is by Executable Name, is it possible to give me some guidelines or more info on how to do that ?
thanks for your time
EricLaw
unread,
Oct 17, 2013, 1:10:11 AM10/17/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Rules > Customize Rules. Scroll to OnBeforeRequest. Inside, add