DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
What does it mean for an HTTP method to be 'safe'?
A
It always returns a 200 status code
B
It causes no server-side state change at all — read-only
C
It can only be called once
D
It requires authentication
Check Answer