0% found this document useful (0 votes)
3 views1 page

Fiddler Scfiddler Script

The document contains a code snippet for a Fiddler handler that modifies HTTP requests. It checks if the request's host ends with specific domains related to Yuanshen and changes the host to 'login.yuuki.me'. The code includes commented-out options for alternative hosts and configurations.

Uploaded by

natedaley
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Fiddler Scfiddler Script

The document contains a code snippet for a Fiddler handler that modifies HTTP requests. It checks if the request's host ends with specific domains related to Yuanshen and changes the host to 'login.yuuki.me'. The code includes commented-out options for alternative hosts and configurations.

Uploaded by

natedaley
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

import System;

import [Link];
import Fiddler;
import [Link];
class Handlers
{
static function OnBeforeRequest(oS: Session) {
if([Link](".[Link]") || [Link](".[Link]")
|| [Link](".[Link]") ||
[Link]("[Link] {
//This can also be replaced with another ip/domain server.
//[Link] = "http";
//[Link] = true;
[Link] = "[Link]";
//[Link] = "localhost";
//[Link] = "[Link]";
//oS["x-overrideHost"] = '[Link]';
}
}
};

You might also like