Our angular app(dist folder) is deployed on IIS server, the app works fine but i am able to access(download) the font file directly(without login) from the server using the url from the browser window.
For example: the font file SourceSansPro-Semibold.06fda83f99f5bbf9 is under the following path in server “dist/resources/SourceSansPro-Semibold.06fda83f99f5bbf9”
https://my_server_ip/app_path/resources/SourceSansPro-Semibold.06fda83f99f5bbf9
if i hit the above url then i am able to download the file mentioned in the url, i understand that i am requesting this resource from the server and it provides me successfully without login :-).
How can i prevent this behavior by having some sort of configuration in the server or in my angular app ? Appreciate your help THANKS !!!!!