Rest API - Versioning Strategies
You want to support two API versions (v1 and v2) simultaneously using header-based versioning. Which approach correctly handles this in your server code?
Accept header for specific version strings and routing requests accordingly is the right approach.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions