drf-api-tracking
drf-api-tracking copied to clipboard
Access the origin header field?
Hi,
Is there a way to log the Origin
header value from the logged request ?
We have an API that is used by external users, but also by our website and we would like to be able to make the difference easily. The Origin value would be an easy way to do this.
Thanks!