Hi, every one.
I try to connect
http://61.19.255.4:8080/MIMA/UserLogin?username=TESTER&password=TESTER with this code
It run fine in wtk emulator. The response is return user id, but on real device(nokia n70 and nokia 7610) the response return
<?xml version='1.0'?>
<!DOCTYPE html PUBLIC '-//WAPFORUM//DTD XHTML Mobile1.0//EN' 'http://www.wapforum.org/DTD/xhtml-mobile10.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>The request failed</title>
</head>
<body>
<p>The request is not understood</p>
<p>Technical description: 400 Bad request - Check your spelling for the requested URL.<p>
<body>
</html>
Please help me.
Why the request is bad request? How to get correct response?
Thanks.
ps. Sorry for my bad english
[ December 26, 2007: Message edited by: Siharat Thammaya ]