Questions tagged "rest"
1 question
Active Filters:
Tag: rest ×How to send HTTP response codes in PHP API?
Question ID: 4
I'm building a PHP API and need to send proper HTTP response codes like 200 OK, 404 Not Found, or 500 Internal Server Error.
What's the correct way to set HTTP status codes in PHP? I want to ensure m...
1 Answer
220 Views
18 Votes