pyricau / tjmoid

Automatically exported from code.google.com/p/tjmoid
0 stars 0 forks source link

Importer les données de Maestro FDT #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Il serait intéressant de pouvoir importer les données de Maestro FDT dans 
TJMoid, ceci afin d'éviter de tout rentrer à la main.

Pour y parvenir, une option serait de parser l'url : 
https://ecoles.excilys.com/maestro-fdt/listFdt.htm

Un GET vers l'url suivante est au préalable nécessaire :

https://ecoles.excilys.com/cas/login?service=https%3A%2F%2Fecoles.excilys.com%2F
maestro-fdt%2Fj_acegi_cas_security_check

Suivi d'un POST vers la même URL, en y ajoutant les paramètres suivants :

_eventId=submit
lt=VALEUR OBTENU DANS LE FORMULAIRE DU GET PRÉCEDENT
password=LE PASSWORD
username=LE USERNAME

Les infos intéressantes sont :

Année, Mois, Nombre de Jours Ouvrés, Congés Posés (différencier CSS des 
autres types de congé).

Original issue reported on code.google.com by py.ricau on 20 Dec 2010 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by py.ricau on 20 Dec 2010 at 4:14

GoogleCodeExporter commented 9 years ago
Exemple de proxy CAS : 
https://svn.excilys.com/maestro/trunk/SRC/maestro/bridge-parent/maestro-android/
src/main/java/com/excilys/maestro/android/services/authentication/impl/CasClient
HttpImpl.java

Original comment by py.ricau on 20 Dec 2010 at 4:20