随笔分类 -  Http

摘要:Bad Request - Request Too Long HTTP Error 400. The size of the request headers is too long. 该错误原因导致 ,是该站点 Cookies 存储太多导致。 使用浏览器 清除该站点所有Cookies 可解决此问题。 阅读全文
posted @ 2016-11-08 10:49 caijinhao 阅读(2352) 评论(0) 推荐(0)
摘要:string uAgent = Request.ServerVariables["HTTP_USER_AGENT"].ToLower(); //获取客户端浏览器的请求 判断 是什么浏览器发出的请求 阅读全文
posted @ 2015-10-12 09:27 caijinhao 阅读(173) 评论(0) 推荐(0)