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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -