HTTP status code for a partial successful request

前端 未结 4 2016
春和景丽
春和景丽 2020-11-29 02:22

I have an application that sends messages to users. In a post request a XML string is transferred that consists of all the users that should receive that particular message.

4条回答
  •  时光取名叫无心
    2020-11-29 03:12

    What about using 206 Partial Content. I know 206 is more about ranges, but what if it could indicate a partially successfully request?

提交回复
热议问题