Aircoookie / WLED-App

Mobile app for controlling and discovering WLED lights
MIT License
312 stars 77 forks source link

API URI is missing question mark in Query string #37

Open vortigont opened 1 year ago

vortigont commented 1 year ago

APP Query string is missing '?' delimiter that separates parameters and uses '&' instead. That is really weird and does not meet w3c recommendations

https://github.com/Aircoookie/WLED-App/blob/485e94a4d0113250edb152b5f5ff23563150b502/WLED/WLED/DeviceHTTPConnection.cs#L34

firmware process it via "not found" call-back and it works, but anyway it looks really strange to send such malformed URI reqs