Middle
Through which protocols does REST API operate?
sobes.tech AI
Answer from AI
REST API usually operates over the HTTP or HTTPS protocol. This is because REST is an architectural style that uses standard HTTP methods (GET, POST, PUT, DELETE, etc.) for communication between client and server. Although theoretically REST can work over other protocols, in practice, HTTP/HTTPS are the standards.