API(Application Programming Interface)
- 인터넷 및 다양한 디바이스를 통해 2개의 애플리케이션이 통신하기 위한 소프트웨어
REST API(Representational State Transfer API)
- REST란 어떤 자원에 대해 CRUD(Create, Read, Update, Delete) 연산을 수행하기 위해 URI(Resource)로 HTTP request method(GET, POST, PUT, DELETE)를 보내는 것
- 이러한 REST 기반의 API를 웹으로 구현한 것이 RESTful API
* 참고 :
[Server] Restful API란? - MangKyu's Diary (tistory.com)
What is REST API? - Seobility Wiki
What is REST API and how does it work? | Geekboots
'Security & IT terms' 카테고리의 다른 글
[Day 147] Proxy Server (0) | 2021.01.04 |
---|---|
[Day 146] SOAP(Simple Object Access Protocol) API (0) | 2021.01.03 |
[Day 144] Qshing(큐싱) (0) | 2021.01.01 |
[Day 140] 공급망 공격(Supply Chain Attack) (3) | 2020.12.28 |
[Day 139] Formjacking(폼재킹) 공격 (0) | 2020.12.27 |