Images
.jpg → image/jpeg
.png → image/png
.gif → image/gif
.svg → image/svg+xml
.webp → image/webp
Documents
.pdf → application/pdf
.doc → application/msword
.docx → application/vnd.openxmlformats-officedocument.wordprocessingml.document
.txt → text/plain
.rtf → application/rtf
Web
.html → text/html
.css → text/css
.js → application/javascript
.json → application/json
.xml → application/xml
Media
.mp4 → video/mp4
.mp3 → audio/mpeg
.wav → audio/wav
.avi → video/x-msvideo
.mov → video/quicktime
What is a MIME Type?
Why is it Important?
- العرض الصحيح: يضمن عرض المتصفحات للمحتوى بشكل صحيح (على سبيل المثال، عرض صورة مقابل تنزيلها).
- الأمان: يساعد في منع المخاطر الأمنية عن طريق منع المتصفحات من إساءة تفسير أنواع الملفات (على سبيل المثال، تنفيذ برنامج نصي متخفي في صورة).
- تكوين الخادم: ضروري لتكوين خوادم الويب (مثل Apache أو Nginx) لخدمة الملفات برأس `Content-Type` الصحيح.