HomePage von

Arne Sendke

Navigation   Inhalt

  Startseite

  Links

  Spiele

  Hilfen

  Programme

  Ausarbeitungen

  Sonstiges

  Administration

  Eigendarstellung

  Sitemap

  • Test der Verbindung und HTTP Request / Response.

    Eingabe:
    HTTP Request Header
    Post http://www.arnesendke.de/cgi-bin/plotTool.pl
    Host: www.arnesendke.de
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-US,en;q=0.5
    Accept-Encoding: gzip, deflate
    upgrade-insecure-requests: 1
    content-type: application/x-www-form-urlencoded;charset=UTF-8
    origin: moz-extension://2cc46ec2-2581-4166-a0e9-91465e017c88
    Content-Length: 70
    Connection: keep-alive
    HTTP Request Payload
    textinput=Payload Daten&SessionID=TESTSESSIONID&action=test

  • Use Case: Anmeldung

    User ID:
    Passwort:
    HTTP Request Header
    Post http://www.arnesendke.de/cgi-bin/plotTool.pl
    POST HTTP/1.1 200 OK
    Host: localhost
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-US,en;q=0.5
    Accept-Encoding: gzip, deflate
    Referer: http://localhost/prod/sonstigeSpiele/plotToolUseCase.html
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 68
    Connection: keep-alive
    Upgrade-Insecure-Requests: 1
    HTTP Request Payload
    userID=UserID&passwort=Passwort&SessionID=TESTSESSIONID&action=anmeldung

  • Use Case: Registrierung

    User ID:
    Name:
    Passwort:
    Passwort Kontrolle:
    EMail:
    EMail Kontrolle:
    HTTP Request Header
    Post http://www.arnesendke.de/cgi-bin/plotTool.pl
    POST HTTP/1.1 200 OK
    Host: localhost
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-US,en;q=0.5
    Accept-Encoding: gzip, deflate
    Referer: http://localhost/prod/sonstigeSpiele/plotToolUseCase.html
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 142
    Connection: keep-alive
    Upgrade-Insecure-Requests: 1
    HTTP Request Payload
    userID=UserID&Name=Name&passwort=Passwort&passwortKontrolle=Passwort&email=EMail&emailKontrolle=EMail&SessionID=TESTSESSIONID&action=anmeldung