Skip to content

Unsecure way of login #3

Description

@koureasstavros

I believe sending account and password into url parameters is very easy for someone to sniff these credentials and get access to synology nas. This approach does not take the advantage of http protocol. Parameters should be send as content via https request.

See the reference below

login: 'https://{0}:{1}/webapi/SurveillanceStation/ThirdParty/Auth/Login/v1?account={2}&passwd={3}',

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