Skip to content

API Development HTTP status codes

Ashwin Date edited this page Mar 3, 2017 · 1 revision

This document discusses how HTTP status codes are managed when dealing with API plugins in Joomla.

There are several good resource on how to do status code handling. For all com_api implementations, it is chosen to use HTTP status codes to indicate errors. SO errors (validation failures, other errors etc) will return an appropriate HTTP status code.

Reference : http://www.onlamp.com/pub/wlg/4009

Clone this wiki locally