Skip to content

Instantly share code, notes, and snippets.

@grekodev
Created December 16, 2019 20:49
Show Gist options
  • Save grekodev/788727b93565796395b206db3eae415c to your computer and use it in GitHub Desktop.
Save grekodev/788727b93565796395b206db3eae415c to your computer and use it in GitHub Desktop.
consulta dni
```sh
https://ww1.essalud.gob.pe/sisep/postulante/postulante/postulante_obtenerDatosPostulante.htm?strDni=46879999
```
```sh
curl 'http://aplicaciones007.jne.gob.pe/srop_publico/Consulta/api/AfiliadoApi/GetNombresCiudadano' -H 'RequestVerificationToken: 30OB7qfO2MmL2Kcr1z4S0ttQcQpxH9pDUlZnkJPVgUhZOGBuSbGU4qM83JcSu7DZpZw-IIIfaDZgZ4vDbwE5-L9EPoBIHOOC1aSPi4FS_Sc1:clDOiaq7mKcLTK9YBVGt2R3spEU8LhtXEe_n5VG5VLPfG9UkAQfjL_WT9ZDmCCqtJypoTD26ikncynlMn8fPz_F_Y88WFufli38cUM-24PE1' -H 'Content-Type: application/json;chartset=utf-8' --data-binary '{"CODDNI":"46658592"}';
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment