How to get httponly, secure cookie in socketio connect event

Hi,

I have customized socketio channel implementation to do custom JWT authentication. When Client creates a connection to the rasa server, it sends httponly and secure cookie along with it. To access the request attributes, I am using environ dictionary, I can see other request headers but cookie is not coming. Can someone please help with this ?