로 에러임을 나타낼 수 있습니다. 필자는 후자를 권합니다. 이런 경우 가장 유용한 응답 코드는
404
(찾을 수 없음),
400
(잘못된 요청),
401
(권한 없음)입니다. 또한, 응답 본문에도 에러에
관한 설명을 넣어야 합니다. 한 걸음 더 나아가서 에러 메시지에 문서 링크를 넣을 수도 있습니
다. 사용자가 어떤 목록을 요청했는데 반환할 것이 없는 상황은 에러가 아닙니다. 그냥 빈 목록
을 반환하면 됩니다.
우리 애플리케이션에서는
HTTP
응답 코드와 본문의 에러 메시지를 조합해 쓸 겁니다. 이 방
법은 제이쿼리와 호환되는데, 현재
API
에 접근할 때 제이쿼리를 이용하는 경우가 대부분이므
로 이는 중요한 고려 사항입니다.
15.4.
크로스 소스 자원 공유(
CORS
)
API
를 만들고 있다면 다른 사람이 그
API
를 쓰게 하고 싶을 겁니다
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.