Device Name: B315s-936
So I want to access the device remotely but I can't seem to make it work with this device B315s-936. To Access it manually I have to change the request header via mod header. But I can only access the whole page if I add html/home.html in the url it won't redirect if only put https://x.x.x.x:PORT
This is the example code
my_custom_session = requests.Session()
my_custom_session.headers.update({'Host': '192.168.8.1'})
with Connection(url, username=user, password=password, requests_session=my_custom_session) as connection:
client = Client(connection)
I can access other types of device but not this. Is it not compatible with this device?
Device Name: B315s-936
So I want to access the device remotely but I can't seem to make it work with this device B315s-936. To Access it manually I have to change the request header via mod header. But I can only access the whole page if I add html/home.html in the url it won't redirect if only put https://x.x.x.x:PORT
This is the example code
I can access other types of device but not this. Is it not compatible with this device?