This topic is locked

API REST ERRO EN PRODUCCION

1/28/2021 9:53:25 AM
PHPRunner General questions
D
dito73 authorDevClub member

Buenos días, requiero una ayuda, en la actualidad se están consumiendo los servicios de datos.gov.co a través de esta API (https://www.datos.gov.co/resource/jbjy-vk9h.json) son datos abiertos, y en ambiente de desarrollo esta arrojando los datos esperados , sin embargo cuando realizo la publicación en el servidor de producción me esta arrojando el siguiente error
HTTP/1.1 404 Not Found Date: Thu, 28 Jan 2021 14:39:06 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.24 Content-Length: 221 Content-Type: text/html; charset=iso-8859-1

Not Found

The requested URL /resource/jbjy-vk9h.json was not found on this server.
Ver imagen
Por favor alguien me puede indicar como encuentro una solución?
Gracias!

Sergey Kornilov admin 1/28/2021

The screenshot won't open from here but what we need to know is how you setting up this connection in PHPRunner.
Also, does it work when you test this REST view in PHPRunner itself? Some screenshots will help.