Hi there,
First time on the forums so point me in the right direction if this is wrong place to raise issues
I'm attempting to develop a Nest thermostat app using ConnectIQ but am hindered by the fact that the Nest API requires that a client handle 307 redirects. Web requests are sent from a Connect IQ device (In my case a fenix 3 watch) to google via the Garmin Connect App (In my case a Sumsung s6). I would expect the Connect App to automatically handle 307 redirects but unfortunately this is not the case. More critically, instead of returning a 307 response to the watch/device it sends a 401 with no response body... This makes it impossible to manually handle the redirect.
Please add automatic 307 handling, or failing that send the 307 back to the device so that it can be manually handled.