How to collect client IP when using RASA as a HTTP server?

Hi there, have been developing a chatbot for booking dental appointments, and I’m wondering how I could get a user’s IP from when I start a new session with a user?

Any leads, pointers, references etc. are welcome. I know how to do it in Flask/Werkzeug in Python, but haven’t figured out yet how to modify the source code in my bot to manage that.

Thanks for your help, and live and prosper to the Rasa community AC

I mean if you really need that information, you could create a custom input channel, or add that information before you send messages to the chat bot including that information in the request to the rest input channel.