GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

HTTP Status Codes

In order to interact with external web services via their APIs, it is important to learn the basic HTTP status codes and what they signify. As you develop your own APIs and backend systems, you should properly return appropriate status codes to calling systems in order to make it easier for external systems to use your API and services. If you are totally unfamiliar with HTTP status codes, you should review the reference material below and learn the common ones. If you are already familar with the concept, you should know where to look these codes up should you encounter them in the future.

Goals/Objectives/Outcomes

Reference Material

Measures of Success