winsock登陆网站的有关问题

winsock登陆网站的问题我用WINSOCK登陆一个网站,返回HTTP/1.1413RequestEntityTooLargeDate:Thu,08Feb2007

winsock登陆网站的问题
我用WINSOCK登陆一个网站,返回
HTTP/1.1   413   Request   Entity   Too   Large
Date:   Thu,   08   Feb   2007   13:57:58   GMT
Server:   Apache
Connection:   close
Content-Type:   text/html;   charset=iso-8859-1

<!DOCTYPE   HTML   PUBLIC   "-//IETF//DTD   HTML   2.0//EN ">
<html> <head>
<title> 413   Request   Entity   Too   Large </title>
</head> <body>
<h1> Request   Entity   Too   Large </h1>
The   requested   resource <br   /> /23546/aol/en-us/RPC/SendMessage.aspx <br   />
does   not   allow   request   data   with   POST   requests,   or   the   amount   of   data   provided   in
the   request   exceeds   the   capacity   limit.
</body> </html>

请问该怎么解决呢?

[解决办法]
强。这错都遇上了,竟然说post到服务器的东西太多了。。。

什么网站啊?
[解决办法]
使用 WinSock 很麻烦,自己要做编码、Cookie、Session 等等的处理。

很明显,人家说了,不允许 POST ,应该是只能 get ;
并且 Too Large ,这样看不出什么问题的 。



[解决办法]
WinSock不允许POST的。。
我试过了。