From: Bob J. <bob...@gm...> - 2009-01-03 06:59:08
|
I've been scouring the code a bit, and am looking for a good way to get at the query string (variable / value pairs) which "may" accompany an HTTP GET request to the mini web server. I believe that parser_parse_requestline would theoretically retain this as part of url_str. I do realize that these query strings on simple GETS don't really fall into the upnp spec, but there a few vendor implementations (i.e. Microsoft) which have chosen to.... "extend" functionality with odd hacks such as the query string. I'm happy to plug away on the code, but was curious if there were any suggestions for a starting point. Thanks in advance for any help. |