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
Why is URL path versioning (/v1/, /v2/) attractive despite 'polluting' the URL?
A
It has no real advantages
B
It's visible, cacheable per-version, and trivially routable even at infrastructure/load-balancer level before any application code runs
C
It's the only strategy that actually works
D
It removes the need for any backward-compatibility discipline at all
Check Answer