2021 — Http- Myserver.com File.mkv

# For Apache AddType video/mkv .mkv # For Nginx types { video/mkv mkv; }

When a file is hosted at a URL like http://myserver.com/file.mkv , it is served by an HTTP server that responds to client requests. How the Connection Works http- myserver.com file.mkv

Because the protocol is malformed (hyphen instead of colon), clicking the link results in a browser error: "URL not found" or "The address wasn’t understood." # For Apache AddType video/mkv

or

curl -I https://myserver.com/file.mkv

# For Apache AddType video/mkv .mkv # For Nginx types { video/mkv mkv; }

When a file is hosted at a URL like http://myserver.com/file.mkv , it is served by an HTTP server that responds to client requests. How the Connection Works

Because the protocol is malformed (hyphen instead of colon), clicking the link results in a browser error: "URL not found" or "The address wasn’t understood."

or

curl -I https://myserver.com/file.mkv