HTTP (Hypertext Transfer Protocol)

Podstawowy protokół warstwy aplikacji do komunikacji danych w sieci World Wide Web.

HTTP określa metody (GET, POST) oraz kody odpowiedzi, które budują fundament dzisiejszego internetu.

        graph LR
  Center["HTTP (Hypertext Transfer Protocol)"]:::main
  Rel_decentralized_autonomous_organization_dao["decentralized-autonomous-organization-dao"]:::related -.-> Center
  click Rel_decentralized_autonomous_organization_dao "/terms/decentralized-autonomous-organization-dao"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Wyjaśnij jak 5-latkowi

Zasady rozmowy między Twoją przeglądarką a stroną internetową, dzięki którym widzisz zdjęcia i teksty.

🤓 Expert Deep Dive

Protokół ewoluował od prostej wymiany tekstu do złożonych systemów binarnych w HTTP/2 i HTTP/3. Bezpieczeństwo zapewnia warstwa TLS (HTTPS).

❓ Częste pytania

What is the difference between HTTP and HTTPS?

HTTPS is HTTP with encryption (SSL/TLS), making it secure for sensitive data like passwords.

What does a 404 error mean?

It means the server couldn't find the specific resource you requested.

📚 Źródła