wodWebServer - bug report - QueryVariables (wodWebServer / wodWebServer.NET)
Hello again,
I have found (what I believe) to be a bug in QueryVariables when parsing the http request into names and values. With the current model I think its impossible to transfer + (plus sign) in e.g. a php request.
for examples, string below:
uid=12&id=C 3A 5C-+- 5C
SHOULD correctly be encoded to:
uid=12&id=C:-+-
BUT is encoded to :
uid=12&id=C:-- (without the plus sign)
By the way: I would appreciate in future version if you can exposed the encoding/decoding functions for public calls. This would be handy for VB6 users:)
Regards,
Michael
Complete thread:
- wodWebServer - bug report - QueryVariables - Micke, 2009-12-30, 23:42
- Re: wodWebServer - bug report - QueryVariables - Micke, 2009-12-30, 23:55
- Re: wodWebServer - bug report - QueryVariables - wodDamir, 2009-12-31, 00:19
- Re: wodWebServer - bug report - QueryVariables - Micke, 2009-12-31, 00:31
- Re: wodWebServer - bug report - QueryVariables - wodDamir, 2009-12-31, 00:19
- Re: wodWebServer - bug report - QueryVariables - Micke, 2009-12-30, 23:55