<?xml version="1.0" encoding="utf-8"?>
<AutoResponder LastSave="2014-03-28T10:47:36.9723688+06:00" FiddlerVersion="2.4.5.8">
<State Enabled="true" Fallthrough="false" UseLatency="false">
<ResponseRule Match="REGEX:https://(.+)" Action="http://example.com/tun/https.php?$1" Enabled="true" />
</State>
</AutoResponder><?xml version="1.0" encoding="utf-8"?>
<AutoResponder LastSave="2014-03-28T10:47:36.9723688+06:00" FiddlerVersion="2.4.5.8">
<State Enabled="true" Fallthrough="false" UseLatency="false">
<ResponseRule Match="REGEX:http://(.+)" Action="http://example.com/tun/http.php?$1" Enabled="true" />
<ResponseRule Match="REGEX:https://(.+)" Action="http://example.com/tun/https.php?$1" Enabled="true" />
</State>
</AutoResponder>