Please enable JavaScript.
Coggle requires JavaScript to display documents.
REST services Interview Questions 2 image - Coggle Diagram
REST services Interview Questions 2
-
RESTful disadvantages
statelessness
not maintain sessions
security
security measures
inherited
protocols
Best practices
JSON
-
most technologies
inbuilt support
Error handling :warning:
appropriate
-
error message
not too elaborate
-
fetching huge data
pagination & filtering
security :lock:
-
SSL/TLS certificates
Authorization
-
Idempotent
1 request = 1 result
-
No :red_cross:
POST
always adds
-
-