标签:http io ar os for on 数据 tt 服务器
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
有时候真感叹,自己摸索了大半天,还不如一句话点拨。
标签:http io ar os for on 数据 tt 服务器
原文地址:http://www.cnblogs.com/angelshelter/p/4142067.html