Advertisement
KreshnikH

HTTP Status Codes (JSON)

Jan 13th, 2013
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 KB | None | 0 0
  1. {
  2. "1xx informational": [
  3. {
  4. "code": 100,
  5. "description": "Client should continue with request",
  6. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#100"
  7. },
  8. {
  9. "code": 101,
  10. "description": "Server is switching protocols",
  11. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#101"
  12. },
  13. {
  14. "code": 102,
  15. "description": "Server has received and is processing the request",
  16. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#102"
  17. },
  18. {
  19. "code": 103,
  20. "description": "Resume aborted PUT or POST requests",
  21. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#103"
  22. },
  23. {
  24. "code": 122,
  25. "description": "URI is longer than a maximum of 2083 characters",
  26. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#122"
  27. }
  28. ],
  29. "2xx success": [
  30. {
  31. "code": 200,
  32. "description": "Standard response for successful HTTP requests",
  33. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#200"
  34. },
  35. {
  36. "code": 201,
  37. "description": "Request has been fulfilled; new resource created",
  38. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#201"
  39. },
  40. {
  41. "code": 202,
  42. "description": "Request accepted, processing pending",
  43. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#202"
  44. },
  45. {
  46. "code": 203,
  47. "description": "Request processed, information may be from another source",
  48. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#203"
  49. },
  50. {
  51. "code": 204,
  52. "description": "Request processed, no content returned",
  53. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#204"
  54. },
  55. {
  56. "code": 205,
  57. "description": "Request processed, no content returned, reset document view",
  58. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#205"
  59. },
  60. {
  61. "code": 206,
  62. "description": "Partial resource return due to request header",
  63. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#206"
  64. },
  65. {
  66. "code": 207,
  67. "description": "XMLl, can contain multiple separate responses",
  68. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#207"
  69. },
  70. {
  71. "code": 208,
  72. "description": "Results previously returned",
  73. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#208"
  74. }
  75. ],
  76. "3xx redirection": [
  77. {
  78. "code": 300,
  79. "description": "Multiple options for the resource delivered",
  80. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#300"
  81. },
  82. {
  83. "code": 301,
  84. "description": "This and all future requests directed to the given URI",
  85. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#301"
  86. },
  87. {
  88. "code": 302,
  89. "description": "Response to request found via alternative URI",
  90. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#302"
  91. },
  92. {
  93. "code": 303,
  94. "description": "Response to request found via alternative URI",
  95. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#303"
  96. },
  97. {
  98. "code": 304,
  99. "description": "Resource has not been modified since last requested",
  100. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#304"
  101. },
  102. {
  103. "code": 305,
  104. "description": "Content located elsewhere, retrieve from there",
  105. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#305"
  106. },
  107. {
  108. "code": 306,
  109. "description": "Subsequent requests should use the specified proxy",
  110. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#306"
  111. },
  112. {
  113. "code": 307,
  114. "description": "Connect again to different uri as provided",
  115. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#307"
  116. },
  117. {
  118. "code": 308,
  119. "description": "Resumable HTTP Requests",
  120. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#308"
  121. }
  122. ],
  123. "4xx client error": [
  124. {
  125. "code": 400,
  126. "description": "Request cannot be fulfilled due to bad syntax",
  127. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#400"
  128. },
  129. {
  130. "code": 401,
  131. "description": "Authentication is possible but has failed",
  132. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#401"
  133. },
  134. {
  135. "code": 402,
  136. "description": "Payment required, reserved for future use",
  137. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#402"
  138. },
  139. {
  140. "code": 403,
  141. "description": "Server refuses to respond to request",
  142. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#403"
  143. },
  144. {
  145. "code": 404,
  146. "description": "Requested resource could not be found",
  147. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#404"
  148. },
  149. {
  150. "code": 405,
  151. "description": "Request method not supported by that resource",
  152. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#405"
  153. },
  154. {
  155. "code": 406,
  156. "description": "Content not acceptable according to the Accept headers",
  157. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#406"
  158. },
  159. {
  160. "code": 407,
  161. "description": "Client must first authenticate itself with the proxy",
  162. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#407"
  163. },
  164. {
  165. "code": 408,
  166. "description": "Server timed out waiting for the request",
  167. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#408"
  168. },
  169. {
  170. "code": 409,
  171. "description": "Request could not be processed because of conflict",
  172. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#409"
  173. },
  174. {
  175. "code": 410,
  176. "description": "Resource is no longer available and will not be available again",
  177. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#410"
  178. },
  179. {
  180. "code": 411,
  181. "description": "Request did not specify the length of its content",
  182. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#411"
  183. },
  184. {
  185. "code": 412,
  186. "description": "Server does not meet request preconditions",
  187. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#412"
  188. },
  189. {
  190. "code": 413,
  191. "description": "Request is larger than the server is willing or able to process",
  192. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#413"
  193. },
  194. {
  195. "code": 414,
  196. "description": "URI provided was too long for the server to process",
  197. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#414"
  198. },
  199. {
  200. "code": 415,
  201. "description": "Server does not support media type",
  202. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#415"
  203. },
  204. {
  205. "code": 416,
  206. "description": "Client has asked for unprovidable portion of the file",
  207. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#416"
  208. },
  209. {
  210. "code": 417,
  211. "description": "Server cannot meet requirements of Expect request-header field",
  212. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#417"
  213. },
  214. {
  215. "code": 418,
  216. "description": "I'm a teapot",
  217. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#418"
  218. },
  219. {
  220. "code": 420,
  221. "description": "Twitter rate limiting",
  222. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#420"
  223. },
  224. {
  225. "code": 422,
  226. "description": "Request unable to be followed due to semantic errors",
  227. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#422"
  228. },
  229. {
  230. "code": 423,
  231. "description": "Resource that is being accessed is locked",
  232. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#423"
  233. },
  234. {
  235. "code": 424,
  236. "description": "Request failed due to failure of a previous request",
  237. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#424"
  238. },
  239. {
  240. "code": 426,
  241. "description": "Client should switch to a different protocol",
  242. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#426"
  243. },
  244. {
  245. "code": 428,
  246. "description": "Origin server requires the request to be conditional",
  247. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#428"
  248. },
  249. {
  250. "code": 429,
  251. "description": "User has sent too many requests in a given amount of time",
  252. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#429"
  253. },
  254. {
  255. "code": 431,
  256. "description": "Server is unwilling to process the request",
  257. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#431"
  258. },
  259. {
  260. "code": 444,
  261. "description": "Server returns no information and closes the connection",
  262. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#444"
  263. },
  264. {
  265. "code": 449,
  266. "description": "Request should be retried after performing action",
  267. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#449"
  268. },
  269. {
  270. "code": 450,
  271. "description": "Windows Parental Controls blocking access to webpage",
  272. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#450"
  273. },
  274. {
  275. "code": 451,
  276. "description": "The server cannot reach the client's mailbox.",
  277. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#451"
  278. },
  279. {
  280. "code": 499,
  281. "description": "Connection closed by client while HTTP server is processing",
  282. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#499"
  283. }
  284. ],
  285. "5xx server error": [
  286. {
  287. "code": 500,
  288. "description": "Generic error message",
  289. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#500"
  290. },
  291. {
  292. "code": 501,
  293. "description": "Server does not recognise method or lacks ability to fulfill",
  294. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#501"
  295. },
  296. {
  297. "code": 502,
  298. "description": "Server received an invalid response from upstream server",
  299. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#502"
  300. },
  301. {
  302. "code": 503,
  303. "description": "Server is currently unavailable",
  304. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#503"
  305. },
  306. {
  307. "code": 504,
  308. "description": "Gateway did not receive response from upstream server",
  309. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#504"
  310. },
  311. {
  312. "code": 505,
  313. "description": "Server does not support the HTTP protocol version",
  314. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#505"
  315. },
  316. {
  317. "code": 506,
  318. "description": "Content negotiation for the request results in a circular",
  319. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#506"
  320. },
  321. {
  322. "code": 507,
  323. "description": "Server is unable to store the representation",
  324. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#507"
  325. },
  326. {
  327. "code": 508,
  328. "description": "Server detected an infinite loop while processing the request",
  329. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#508"
  330. },
  331. {
  332. "code": 509,
  333. "description": "Bandwidth limit exceeded",
  334. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#509"
  335. },
  336. {
  337. "code": 510,
  338. "description": "Further extensions to the request are required",
  339. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#510"
  340. },
  341. {
  342. "code": 511,
  343. "description": "Client needs to authenticate to gain network access",
  344. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#511"
  345. },
  346. {
  347. "code": 598,
  348. "description": "Network read timeout behind the proxy",
  349. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#598"
  350. },
  351. {
  352. "code": 599,
  353. "description": "Network connect timeout behind the proxy",
  354. "url": "http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#599"
  355. }
  356. ]
  357. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement