Skip to content

sending password on querystring! #40

Description

@ZooeyMiller

For your login you are sending the username and password on a query string to the server, in plaintext, which means that information is being passed around in plain text for anyone to see! This is super insecure. You should be using a POST request rather than a GET request, and using the body of the POST request so that the password is hidden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions