You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I actually can access it locally connecting the device directly into my computer. It works fine. but when I want to access it remotely via update header Host it does not work.
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?
The text was updated successfully, but these errors were encountered: