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
Complete thread:
- QueryString - Pedro A., 2004-08-02, 04:58
- Re: QueryString - wodSupport, 2004-08-02, 12:15
- Re: QueryString - wodSupport, 2004-08-02, 17:06
- Re: QueryString - Pedro A., 2004-08-02, 17:19
- Re: QueryString - Pedro.A, 2004-08-02, 17:20
- Re: QueryString - wodSupport, 2004-08-02, 17:22
- Re: QueryString - wodSupport, 2004-08-02, 17:24
- Re: QueryString - wodSupport, 2004-08-02, 17:30
- Re: QueryString - payensa, 2004-08-02, 17:31
- Re: QueryString - wodSupport, 2004-08-02, 17:37
- Re: QueryString - payensa, 2004-08-02, 17:38
- Re: QueryString - wodSupport, 2004-08-02, 17:45
- Re: QueryString - payensa, 2004-08-02, 17:52
- Re: QueryString - wodSupport, 2004-08-02, 23:52
- Re: QueryString - payensa, 2004-08-02, 17:52
- Re: QueryString - wodSupport, 2004-08-02, 17:45
- Re: QueryString - payensa, 2004-08-02, 17:38
- Re: QueryString - wodSupport, 2004-08-02, 17:37
- Re: QueryString - payensa, 2004-08-02, 17:31
- Re: QueryString - wodSupport, 2004-08-02, 17:30
- Re: QueryString - wodSupport, 2004-08-02, 17:24
- Re: QueryString - wodSupport, 2004-08-02, 17:22
- Re: QueryString - Pedro.A, 2004-08-02, 17:20
- Re: QueryString - Pedro A., 2004-08-02, 17:19
- Re: QueryString - wodSupport, 2004-08-02, 17:06
- Re: QueryString - wodSupport, 2004-08-02, 12:15