It also allows for easier caching based on the version - i.e. with the header approach you'd need to

It also allows for easier caching based on the version - i.e. with the header approach you'd need to add custom cache rules to make sure version 2's cache doesn't get served for version 1, but with path-based that's built-in by default.
Was this page helpful?