To work with DRF's [AcceptHeaderVersioning](https://github.com/encode/django-rest-framework/blob/fed85bc29d7965749e86ee86c63d140f2e50e843/rest_framework/versioning.py#L37) I am using `coreapi headers add 'Accept: */*; version=1.0'`. It would make sense if headers could be configured (optionally?) per hostname, similar to how it is done for credentials.
To work with DRF's AcceptHeaderVersioning I am using
coreapi headers add 'Accept: */*; version=1.0'.It would make sense if headers could be configured (optionally?) per hostname, similar to how it is done for credentials.