手机上网怎么经常出现400 bad request的提示?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了手机上网怎么经常出现400 bad request的提示?相关的知识,希望对你有一定的参考价值。

这是为什么?

参考技术A BAD
REQUEST
的意思是你的请求是无效的(REQUEST是请求的意思)。
也许是因为网站内部出现问题,程序系统DOWN调了,或者是编码有问题

Ajax上传file出现的bad request问题

var formData = new FormData($("#form")[0]);
               $.ajax({
                   url:‘${pageContext.request.contextPath}/manage/matrix/add‘,
                   type:‘post‘,
                   data:formData,
                   async : false,
                   cache : false,
                   contentType : false,
                   processData : false,
                   success:function(data){
                       myAlert(data.message,function(){
                           window.location.href="${pageContext.request.contextPath}/manage/matrix/list";
                       });
                   },
                   error:function(){
                       myAlert("网络错误",function(){
                               window.location.href="${pageContext.request.contextPath}/manage/matrix/list";
                       });
                   }
               });

 

以上是关于手机上网怎么经常出现400 bad request的提示?的主要内容,如果未能解决你的问题,请参考以下文章

手机uc浏览器一直出现(几乎任意一个网站)都出现 400 Bad Request nginx这个

打开网页出现400 Bad Request错误,是怎么回事

微博中出现http/1.1 400 Bad Request怎么解决。

nginx 400 bad request怎么解决

400bad request怎么解决

输入淘宝网址,出现“400 Bad Request Request Header Or Cookie Too Large nginx”怎么进不去呢?求指点