-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error consulting DNI number JNE #22
Comments
Hola @zMiguelk3, si tendremos que buscar otra fuente para obtener el DNI, una propuesta era usar la consulta de SUNAT que incluye la busqueda por DNI, aunque solo seria para los que tienen ruc 😕 |
si, pero creo que encontre una forma de seguir usando el mismo servicio
Ahora se envía y se recibe un json |
@giansalex Bien, Funciona. Gracias |
@zMiguelk3 si lo llegas a implementar, seria genial si luego lo compartes en un pull request 😀 |
@zMiguelk3 si funciona con el json, veré como lo integro y lo comparto |
Seria un gran aporte @GustavoFabianVergara 🎉 |
Hola Gian, encontré una fuente desde essalud: https://ww1.essalud.gob.pe/sisep/postulante/postulante/postulante_obtenerDatosPostulante.htm?strDni=47069487 Si se podría actualizar el repositorio sería genial :) |
Hola @jhenrygv, si se podría agregar como una fuente adicional. |
Hola. Encontré un sitio que convierte código Curl a PHP: https://incarnate.github.io/curl-to-php/ curl_setopt($ch, CURLOPT_URL, 'http://aplicaciones007.jne.gob.pe/srop_publico/Consulta/api/AfiliadoApi/GetNombresCiudadano'); $headers = array(); $result = curl_exec($ch); echo json_encode($result); |
hola, acabo de copiar todo el codigo a un archivo php y al ejecutarlo recibo error <title>Document Moved<\/title> <\/head>\nObject Moved<\/h1>This document may be found here <\/a> <\/body>" |
hola, como lo haria funcionar en postman? |
@elviss116 debe estar relacionado a este issue #27 (comment), la url debe cambiarse a https |
https://aplicaciones007.jne.gob.pe/srop_publico/Consulta/api/AfiliadoApi/GetNombresCiudadano Error al consultar el número |
Apparently the Query Address
http://aplicaciones007.jne.gob.pe/srop_publico/Consulta/Afiliado/GetNombresCiudadano?DNI
it's not working, a captcha was apparently added,
Does anyone else have trouble consulting this service?
The text was updated successfully, but these errors were encountered: