i am using django rest-framework for posting or getting a data from the client application. The client application is sending a custom header along with the request. How can i access that custom header value in rest api.
Custome-Header-Key: ASDQWERYHH #This is the custom header set from the client.
Please help
Thanks