Yan78/webduino

Need parameter support for GET queries

Closed this issue · 1 comments

The library doesn't support GET requests that have HTML form parameters like

  GET /myform?d1=1&d2=0

This is because parameter parsing is only done after headers are all
processed and the GET matching code doesn't deal with question mark characters.

Original issue reported on code.google.com by ben.combee on 13 Jun 2009 at 8:33

Original comment by ben.combee on 24 Aug 2009 at 1:00

  • Changed state: Fixed