Skip to content

Returning response code [403] when connecting to ProSwitch using non default user id and password #45

@emmathew

Description

@emmathew

I was able to fix the issue by making slight modification in the file dlipower.py. I modified the line data = {'Username': 'admin', 'Password': m.hexdigest()} to data = {'Username': self.userid, 'Password': m.hexdigest()}. After making this change I was able to connect to the device and operate it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions