简体   繁体   English

获取响应状态代码为261

[英]Getting response status code as 261

I am consuming jaxrs service and calling it using $.ajax() function of jquery. 我正在消耗jaxrs服务,并使用jquery的$.ajax()函数对其进行调用。 But randomly in the response getting xhr.status code is 261 . 但是在响应中随机得到xhr.status代码是261 Doesn't get any data in the response. 在响应中未获取任何数据。 Thus my application stucks. 因此,我的应用程序卡住了。 What does this 261 status code mean? 这261个状态代码是什么意思?

It's an unregistered status code, so you'll need to ask the people who generate it. 这是一个未注册的状态码,因此您需要询问生成它的人。 In general 2xx means success. 通常2xx表示成功。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM