Re: QueryString (General questions)
I think I understand now, we were on the same 'wave' here.
But I'm unable to duplicate your problem. Here's URL I tried to access:
http://localhost/posted.htm?value=1,2,3,4
and here's code I used:
[code]
Private Sub Http1_RequestDone(ByVal User As WODWEBSERVERCOMLib.IWebUser)
Debug.Print User.Request.QueryVariables.Count
Debug.Print User.Request.QueryVariables(0).ToString
End Sub
[/code]
and results are:
[code]
1
value: 1,2,3,4
[/code]
so it seems to me it does not do any internal parsing.
Can you make sample that shows your problem and send it to [mail=techsupport@weonlydo.com]techsupport@weonlydo.com[/mail]
Kreso