Skip to content

Login Error: 406 Not Acceptable #23

@brendandebeasi

Description

@brendandebeasi

We just started having an issue with our Nest Automation yesterday afternoon. It looks like the login endpoint is now returning a 406 error.

Reproduce:

curl -X POST \
https://home.nest.com/user/login \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-H 'user-agent: Nest/1.1.0.10 CFNetwork/548.0.4' \
-d '{"username" : "EMAIL", "password" : "PASs"}'

Response:

<html>
    <head>
        <title>406 Not Acceptable</title>
    </head>
    <body bgcolor="white">
        <center>
            <h1>406 Not Acceptable</h1>
        </center>
        <hr>
        <center>nginx</center>
    </body>
</html>

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