https://github.com/kaldoran/vicko
Youtube Free software in Java
https://github.com/kaldoran/vicko
Last synced: about 2 months ago
JSON representation
Youtube Free software in Java
- Host: GitHub
- URL: https://github.com/kaldoran/vicko
- Owner: kaldoran
- Created: 2014-03-13T08:48:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T17:58:40.000Z (over 10 years ago)
- Last Synced: 2025-02-01T10:13:15.372Z (4 months ago)
- Language: Java
- Size: 9.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README client_lourd
Awesome Lists containing this project
README
Nico, client lourd :
Connexion fonctionnelle,
pour savoir si un membre a donné le bon mdp / pseudo envoyez en méthode post les données dans les champs
username et password
La page affichera true , si le membre est connecté, false sinonAttention ceci sera changé et il y aura une correspondance avec une "connexion_membre.dtd"
Un exemple en bash :
wget -O- --post-data="username=Kaldoran&password=ok" http://localhost:8080/web/ConnexionNico, client lourd :
Recherche fonctionnelle, elle respecte la dtd recherche.dtd
Envoi en méthode post de donnée que vous voulez dans le champs "search"
Exemple en bash :
wget -O- --post-data="search=lol" http://localhost:8080/web/Recherche
Pensez a ajouter un article dans la BDD pour tester ;)