| | |
| | | /* |
| | | jwtTest - JSON Web Token Testimplementierung |
| | | http-auth - Authentication Extensions to jdk.httpserver |
| | | Copyright (C) 2021 Ulrich Hilger |
| | | |
| | | This program is free software: you can redistribute it and/or modify |
| | |
| | | * Wenn einfach ein HTML-Formular hierhin geschickt wird, das wie |
| | | * bei Java die Formular-Eingabefelder 'j_username' und 'j_password' |
| | | * enthaelt, kommt im Body folgendes an: |
| | | * j_username=name&j_password=password |
| | | * j_username=name&j_password=password |
| | | * |
| | | * body koennte auch einen JSON-Ausdruck enthalten wie z.B. |
| | | * {"name": "fred", "password": "secret"} |