Direkt zum Inhalt | Direkt zur Navigation

forum::für::umläute nicole pruckermayr & IOhannes m zmölnig

Sektionen
Benutzerspezifische Werkzeuge
Sie sind hier: Startseite projects Talking the Fish hacking my server webserver
Artikelaktionen

webserver

Kommunikation mit einem "webserver" (http)

bsp: HTTP1.0:

      telnet www.example.com 80
      GET / HTTP/1.0

oder mit HTTP1.1:

      telnet www.example.com 80
      GET / HTTP/1.1
      Host: www.example.com
      Connection: Close

oder:

      telnet www.example.com 80
      GET / HTTP/1.1
      Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
      Accept-Language: en-us
      User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
      Host: www.example.com
      Connection: Close


Powered by Plone , Apache , Debian and algo.mur.at