|
Mime-Type Checker - HelpHelp for the Mime-Type checker applet. Media URLThe URL of the media for whose mime-type you wish to check. For URLs to servers other than this one (and why would you be wanting to check our server?), the applet must be trusted, otherwise it is unable to check anything. Expected Mime-TypeThe Mime-Type expected of this content. E.G.
A group of possible mime-types can be supplied by separating them with commas. E.G. JavaScript might be served as one of three types:
So that translates to:- If no Mime-Type is provided, the applet will attempt to guess the mime-type from the filename of the URL. It is more robust to supply a content-type or types explicitly. User-Agent string
By default, a Java based
HttpURLConnection provides a
Do not act against a server's Test Mime-TypeTests the resource at the end of the URL for its content type, and provides a report. ReportThe report text area will provide a report on the URL specified. The background color of the report will be set according to the statuses OK, warning or error. OKThe resource was reachable, existed & matched the expected mime-type. WarningThe resource was reachable, existed & and did not match the expected mime-type. ErrorThe resource was not reachable, or did not exist. The mime-type check could not be done. SandboxSandoxed applet attempting to reach cross-domain. Response code 404Resource not found. Check the URL supplied & try it in a browser. Response code 503Needs User-Agent request header (usually). With User-Agent header. |