I’m wondering if it’s possible for a Bokeh app to identify user IP address. In other Python web-frameworks, I can access to HTTP request headers including ‘x-forwarded-for’ but not too clear if this would be possible for Bokeh?
I have a simple weather data downloader app (https://weatherdownloader.oikolab.com) that uses Bokeh as a frontend UI and a librarian asked about allowing users accessing the service from the library WiFi without signing up. They do this for some other data services so am wondering how I would implement this.
Any help would be greatly appreciated!
Thanks,