Hi Gurus,
I think this cookieless mode was made to save time.
I spent 3 days (tests on handset with slow connection) and my solution
still not solved.
I tried something basic
--------------------------------------------------------
C:\> telnet mydomain.tld 80
GET /default.aspx?param1=value¶m2=value HTTP/1.1
Host: mydomain.tld
Accept: text/vnd.wap.wml
HTTP/1.1 302 Found
Connection: Keep-Alive
Date: Tue, 19 Oct 2004 16:30:16 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Location: /(b2x3aj45fpdvu255000fvzf0)/default.aspx?param1=value¶m2=value
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 184
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a
href='/(b2x3aj45fpdvu255000fvzf0)/default.aspx?param1=value¶m2=value'>here</a>.</h2>
</body></html>
--------------------------------------------------------
Q1: why response are in html content-type ?
Q2: why response contains html document whereas my client has no
capabilities to read it ??
Q3: why, on some handset, redirection takes only the first querystring
parameter.
Thanks for you help.
Have a nice day/night.
Antoine.