Skip to content

Instantly share code, notes, and snippets.

@firedfox
Last active November 16, 2015 03:22
Show Gist options
  • Save firedfox/7b649e823446c739286b to your computer and use it in GitHub Desktop.
Save firedfox/7b649e823446c739286b to your computer and use it in GitHub Desktop.
fiddler custom rules
static function OnBeforeRequest(oSession: Session) {
if (oSession.HostnameIs("hm.baidu.com")) { oSession.host = "10.46.45.31:8001"; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment