简体   繁体   中英

Getting response status code as 261

I am consuming jaxrs service and calling it using $.ajax() function of jquery. But randomly in the response getting xhr.status code is 261 . Doesn't get any data in the response. Thus my application stucks. What does this 261 status code mean?

It's an unregistered status code, so you'll need to ask the people who generate it. In general 2xx means success.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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