Skip to content

Accessing device remotely #201

@manongthis

Description

@manongthis

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions