This page (revision-3) was last changed on 04-May-2012 11:51 by Dieter Käppel

This page was created on 09-Feb-2012 15:58 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 04-May-2012 11:51 1 KB Dieter Käppel to previous
2 04-May-2012 11:51 1 KB Dieter Käppel to previous | to last
1 09-Feb-2012 15:58 653 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links
Fiddler ...nobody

Version management

Difference between version and

At line 11 added 18 lines
Wenn die Registrierung nicht verändert werden soll bzw. auf Hosts außerhalb von localhost geforwarded werden soll, können auch Fiddler Rules generiert werden. Diese befinden sich unter Rules -> Customize Rules...
{{{
static function OnBeforeRequest(oSession: Session)
{
if (oSession.host.toLowerCase() == "localhost:8888")
oSession.host = "intersult.com:80";
}
}}}
!System-Proxy
Normaler Weise ändert Fiddler die System-Proxy-Einstellungen, sodass diese von Programmen übernommen wird. Wenn das nicht funktioniert, kann es daran liegen, dass in
HKLM\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings
der Schlüssel ProxySettingsPerUser auf 0 gesetzt ist. Diesen dann auf 1 setzen.