I want to use Wikimedia Maps to display maps on my Ruby on Rails 5.2 application (I'm using Leaflet for this), but the Terms of Use for Wikimedia Maps demands:
"...you must provide a valid HTTP User-Agent that includes your application, version, and sufficient information to easily contact you (e.g., your email address)."
How can I include an email address to each HTTP request in Rails?