kookkai kookkai wrote: > > Hi, > > I try to send the log to the list but it must be waiting for approval.. I > need your help > I saw my log... everything is ok the content has already been receive the > probem is about the header. > Could you please suggest me. Attached is the log.
ok, here is what I'd say about it: --- This is about your WAP client not telling Kannel that it "knows" about handling text/html, hence Kannel will strip away the body: [...] 2003-05-29 03:12:42 [7] WARNING: WSP: Content type <text/html> not supported by client, deleting body. [...] --- This one is about a lack inside Kannel I guess, because it seems to know the tokenized version of an WSP header, but does not know how to encode. Aarno, any chance from you to pick this up and check? The WARNING is about your Kannel has not been enabled to support cookies, hence it will skip the header. You can have Kannel enabled to support cookies via configure switch --enable-cookies. [...] 2003-05-29 02:43:33 [2] ERROR: WSP: Do not know how to encode header type 65 2003-05-29 02:43:33 [2] WARNING: Skipping header: Set-Cookie: ASPSESSIONIDCQQSRRCB=NDLNFEODGPDDKNFHKBLDEPBE; path=/ [...] --- Seems you have used connectionless mode, right? Stipe [EMAIL PROTECTED] ------------------------------------------------------------------- Wapme Systems AG Vogelsanger Weg 80 40470 D�sseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are
