1.2 HTTP status code

常用http status code

  • 500 : 'Internal Server Error'

  • 403 : 'Forbidden'

  • 404 : 'Not Found'

  • 304 : 'Not Modified'

  • 200 : 'OK'

其他 http status code : http://www.restapitutorial.com/httpstatuscodes.html

Last updated