走过的弯路。。。
1. 想用socket发送post报文。
之前一直用的
POST /seckill/HttpReqServlet HTTP/1.1\r\nHost: localhost\r\nContent-Length: 5\r\n\r\nwx=wx\r\n
服务器能收到请求,读取body流也能读取到wx=wx字符,可是用request.getParameter("wx")死活是取不到数据。
后来无意间查到,需要Content-Type: application/x-www-form-urlencoded
有时候真感叹,自己摸索了大半天,还不如一句话点拨。
posted on 2014-12-04 09:37 angelshelter 阅读(116) 评论(0) 编辑 收藏 举报