OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Bug: HTTP station/OS 2.3/2.1.7: URL length limitation causes erratic behavior › Reply To: Bug: HTTP station/OS 2.3/2.1.7: URL length limitation causes erratic behavior
July 22, 2018 at 4:56 pm
#51279
Ray
Keymaster
If I remember it correctly, the original code applies decoding when the firmware receives the HTTP command from the UI, and stores it, and then encodes it when using it in the switch_httpstation function. I thought there is no need to do this extra level of decoding and then re-encoding it, so removed both. This way, the firmware merely receives and stores an already encoded command, and uses it inside switch_httpstation function.