I'm using leaflet.js for a project. Leaflet sends requests to open street map (osm) tile server to get its tiles. As these requests are sent directly from the client, I have a hard time finding about the requests on my server.
Question: Is there a way to find out the number of requests sent by leaflet to the tile servers at osm?
(I was not able to find any $.ajax / $.get / $.post in leaflet.js!)