How to get header values from request on rasa server

I am using ReactJS as frontend for my chatbot. I need to pass some header values to the backend i.e. Rasa Server.

So is there any way to get the details of request on Rasa Server?

I want to fetch header value which contains device data which i use in my api calls.

Hi! Were you able to figure this out ? I am in the same boat