asp.net - Mime type for all files without extension in secured way -


to create universal link ios app, have provide following mime type on srever. few of team members have raised concern on security, after file without extension served client.

is threat , how can prevent it?

i tried set mime type particular file/ folder not possible.

please help

<staticcontent>             <mimemap fileextension="." mimetype="application/json" /> </staticcontent> 


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -