我对吉大港山区有一些共同点。 让我们说:。
还有一些人,如png、avi、jpg、mp4等。
我可以轻易地通过浏览器(http://myserver/files/555.avi)来查阅*.png或 *.avi,但不能查阅*。
因此,综合安全局给出了404个错误。
什么?
谢谢!
UPDATES:
也许重要的是: 我必须使用这种URL格式。
我对吉大港山区有一些共同点。 让我们说:。
还有一些人,如png、avi、jpg、mp4等。
我可以轻易地通过浏览器(http://myserver/files/555.avi)来查阅*.png或 *.avi,但不能查阅*。
因此,综合安全局给出了404个错误。
什么?
谢谢!
UPDATES:
也许重要的是: 我必须使用这种URL格式。
因此,我找到了解决办法。
我刚刚在我的网站上添加了正确的监测和评价类型。
延伸:mp4
监测和评价类型:video/mpeg
而现在,它会做罚款。
在国际监测系统中添加一个具有推广效果的监评类型
但是,请指出,你应当将“千年发展目标”中的“监测和评价”类型定为
video/mpeg
文件名称:测试。
除类外: 电影
video/mp4
文件名称:测试。
除类外:MP4视频
我刚才谈到这个问题,我比较了我的IIS10(温10)和IIS 7.5(温2008 R2)申请东道主。 这些是我从iis10到iis75的改动。
29种新类型,5种修改。
如果你使用打字器,请看管...... 帐篷是录像文件,然后是节目语言档案。
<!-- new types -->
<mimeMap fileExtension=".3g2" mimeType="video/3gpp2" />
<mimeMap fileExtension=".3gp2" mimeType="video/3gpp2" />
<mimeMap fileExtension=".3gp" mimeType="video/3gpp" />
<mimeMap fileExtension=".3gpp" mimeType="video/3gpp" />
<mimeMap fileExtension=".aac" mimeType="audio/aac" />
<mimeMap fileExtension=".adt" mimeType="audio/vnd.dlna.adts" />
<mimeMap fileExtension=".adts" mimeType="audio/vnd.dlna.adts" />
<mimeMap fileExtension=".appcache" mimeType="text/cache-manifest" />
<mimeMap fileExtension=".dvr-ms" mimeType="video/x-ms-dvr" />
<mimeMap fileExtension=".json" mimeType="application/json" />
<mimeMap fileExtension=".jsonld" mimeType="application/ld+json" />
<mimeMap fileExtension=".less" mimeType="text/css" />
<mimeMap fileExtension=".m2ts" mimeType="video/vnd.dlna.mpeg-tts" />
<mimeMap fileExtension=".m4a" mimeType="audio/mp4" />
<mimeMap fileExtension=".m4v" mimeType="video/mp4" />
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
<mimeMap fileExtension=".mp4v" mimeType="video/mp4" />
<mimeMap fileExtension=".oga" mimeType="audio/ogg" />
<mimeMap fileExtension=".ogg" mimeType="video/ogg" />
<mimeMap fileExtension=".ogv" mimeType="video/ogg" />
<mimeMap fileExtension=".otf" mimeType="font/otf" />
<mimeMap fileExtension=".spx" mimeType="audio/ogg" />
<mimeMap fileExtension=".svgz" mimeType="image/svg+xml" />
<mimeMap fileExtension=".ts" mimeType="video/vnd.dlna.mpeg-tts" />
<mimeMap fileExtension=".tts" mimeType="video/vnd.dlna.mpeg-tts" />
<mimeMap fileExtension=".webm" mimeType="video/webm" />
<mimeMap fileExtension=".woff" mimeType="font/x-woff" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
<mimeMap fileExtension=".wtv" mimeType="video/x-ms-wtv" />
<!-- modified types -->
<mimeMap fileExtension=".avi" mimeType="video/avi" />
<mimeMap fileExtension=".cab" mimeType="application/vnd.ms-cab-compressed" />
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
<mimeMap fileExtension=".ics" mimeType="text/calendar" />
<mimeMap fileExtension=".js" mimeType="application/javascript" />
我刚刚在座各位中找到了问题的原因,他向我介绍一下第404号关于“mp4”的问题,可能对某人有用,档案管理员第3号案将“......mp4”的名称改为“......mp4”,从而回头并改变我的html及其运作。
For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...
I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...
Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...
Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...
I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...
Three SHA512Managed related questions: Is SHA512Managed considered the best one-way hash available in .NET 3.5 for security? What Salt size should be used with SHA512Managed? The application is for ...
[Update] - I attach also full config files, for service, and for client (outside of here, not to flood the topic) I m having situation pretty much identical to the one outlined in this question, ...