Is there any way to save meta data of person visiting in website? like IP address, number of people visited, last time visited etc.
1 Like
@matsujju Is your site behind any type of load balancer or even in a container of some kind? I track whose hitting my site within one of those mechanisms.
This is the link to my website…i don’t think there is any load balancer, I built this whole using Plotly Dash only…so used all kinds of dash components. is there any way using dash components? @adamschroeder @chriddyp
Hi @matsujju,
All the metadata you’re looking for might be challenging to do with Dash components alone, but check out these links. They might give you other ideas.
Good luck,