Closed AButler closed 7 years ago
When a POST/PUT/DELETE occurs, .NET HttpClient does not automatically follow a redirect (301/302/303/307) to post the data elsewhere.
301/302/303/307
The Nest API sends a 307 on updates and therefore needs to follow the redirect in order to work (see #53).
307
Coverage increased (+2.5%) to 45.051% when pulling 07bc44986f425e014f326838ef6e599eaf95a536 on AButler:auto-redirect into c031451f748fbebabc0e4091f1f0d9ae730c43fe on ziyasal:master.
When a POST/PUT/DELETE occurs, .NET HttpClient does not automatically follow a redirect (
301/302/303/307
) to post the data elsewhere.The Nest API sends a
307
on updates and therefore needs to follow the redirect in order to work (see #53).