Given that the GET method is an inherently insecure way to transmit password data (because of plain text server logs, for starters), is it possible to instead POST the data to the stations API for the purposes of updating conditions?
Given that the GET method is an inherently insecure way to transmit password data (because of plain text server logs, for starters), is it possible to instead POST the data to the stations API for the purposes of updating conditions?