Skip to content
Snippets Groups Projects
Commit 62d9e280 authored by Quentin Bouchard's avatar Quentin Bouchard
Browse files
parents c6fbd5a7 abb1e647
No related branches found
No related tags found
No related merge requests found
...@@ -8,18 +8,24 @@ Nom, Prénom, email: ___ ...@@ -8,18 +8,24 @@ Nom, Prénom, email: ___
## Question 1 ## Question 1
* Quel est ce mécanisme? * Quel est ce mécanisme? On vérifie la chaîne de caractère avec une expression régulière.
* Est-il efficace? Pourquoi? * Est-il efficace? Pourquoi? Non, du fait que c'est du côté client que la vérification est effectuée, le client peut passer outre.
## Question 2 ## Question 2
* Votre commande curl * Votre commande curl :
curl 'http://172.28.100.205:8080/' \
--data-urlencode 'chaine=;_-()8'
## Question 3 ## Question 3
* Votre commande curl pour effacer la table * Votre commande curl :
curl 'http://172.28.100.205:8080/' \
--data-urlencode "chaine=_ChangeAdresse_', 'PasLaBonneAdresse') -- "
* Expliquez comment obtenir des informations sur une autre table * Expliquez comment obtenir des informations sur une autre table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment