Blackberry HTTP status Code 302
黑莓手机底层对于HTTP 响应码(status Code)302 重定向问题未作处理,故需要在应用程序中自己处理:在http 头中含有服务器重定向的地址:newUrl = con.getHeaderField("location").trim();
参考http://www.cnblogs.com/zhengyun_ustc/archive/2006/07/24/nokiahttpconnection302.html
Android 等其他客户端底层好像做了处理.
Tags: J2ME, Android, Blackberry

Recent comments