Hi everyone, thanks for reading.
I have set up a hotspot with a external login page but I want to use some fonts that are stored at mikrotik itself.
The problem arises because of CORS (Cross-origin resource sharing) since the login page in hosted in the external server is triying to load resources from the local mikrotik.
I have already read this link https://wiki.mikrotik.com/wiki/Manual:Customizing_Hotspot#Redirects_and_custom_Headers where it explains how to customize html headers, but the problem is that I am directly trying to access the resource, not a html page from the mikrotik.
So, is there anyway to solve this. A way to customize the header of every html response?
Thanks!