#i can't fix glb error

1 messages · Page 1 of 1 (latest)

mild sentinel
#

please help

worn crest
#

what proxy are you using

mild sentinel
#

fidler

worn crest
#

show fiddler script

#

and send config.json

mild sentinel
#

import System;
import System.Windows.Forms;
import Fiddler;
import System.Text.RegularExpressions;

class Handlers
{
static function OnBeforeRequest(oS: Session) {
if (oS.host.EndsWith(".starrails.com") || oS.host.EndsWith(".hoyoverse.com") || oS.host.EndsWith(".mihoyo.com") || oS.host.EndsWith(".bhsr.com")) {
oS.host = "localhost"; // This can also be replaced with another IP address.
}
}
};

distant timber
#

i have sam problem

storm raft
#

change ssl to true

#

in config

#

worked for me

mild sentinel
#

still not working