hi:
Do you utilize jphone emulator?
I dont't know if it si right,we use tomcat jsp in the server
here is the doc:
<%@ page import="javax.servlet.*" %>
<h1>
I have been invoked by
<% out.print ("afafafasf");%>
<% out.print(request.getServletPath());%>
<% out.print(request.getProtocol());%>
<% out.print(request.getProperty());%>
<p>
X-JPHONE-SUBNO
User-Agent
<%=request.getHeader("User-Agent") %>
<%=request.getHeader("Authorization") %>
All the httpheader of the request::::::
<%
Enumeration e = request.getHeaderNames();
while (e.hasMoreElements()) {
String key = (String)e.nextElement();
String value = request.getHeader(key);
%>
<p>
<%
out.print("Header Parameter<<"+key+">>==");
out.print(value);
}
%>
we only get the http header we added in the client request:::
How can we do ?
thank you~~
----- Original Message -----
From: "Kyle Barrow" <kyle@X-9.com>
To: <keitai-l@appelsiini.net>
Sent: Friday, November 09, 2001 1:09 PM
Subject: (keitai-l) Re: Need some proposal on jphone
> We get HTTP_X_UP_SUBNO from Openwave phones no problem. Have you tried
> writing all HTTP headers on the page?
>
> Kyle
>
> X-9 DESIGN LAB
> http://www.X-9.com
>
> -----Original Message-----
> From: keitai-l-bounce@appelsiini.net
> [mailto:keitai-l-bounce@appelsiini.net] On Behalf Of zdh
> Sent: Friday, November 09, 2001 12:51 PM
> To: KEITAI-L@appelsiini.net
> Subject: (keitai-l) Need some proposal on jphone
>
>
> In some doc, I found that when use IIS ,asp and UP link browser
> we
> can get a "X-UP-SUBNO" as the unique code for mobile user
> But when we use jphone or kddi,how can i get the
> Unique code as the user id?
> I tried in client--"httpconnection" and server--tomcat-jsp web/////
> But can not get it from the http header~~~~ still can not get it
> from the ServerVariables...
>
>
>
>
>
> [ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/
> ]
>
>
>
>
> [ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
[ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
Received on Mon Nov 12 02:44:24 2001