iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.oceaninfohub.org/
26 stars 16 forks source link

Broken redirect in Invemar endpoints causing issues in harvesting #408

Closed jmckenna closed 2 months ago

jmckenna commented 3 months ago

cc @ZulayGonzalez

jmckenna commented 3 months ago

Fixed by @ZulayGonzalez

Redirect now points to working url:

curl http://portete.invemar.org.co/chm/api/oih/documents?format=json

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://portete.invemar.org.co/chm/api/oih/documents?format=json">here</a>.</p>
<hr>
<address>Apache/2.2.15 (CentOS) Server at portete.invemar.org.co Port 80</address>
</body></html>