-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
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
Labels
No labels