Description
We tried this endpoint with REST connector : https://fishbase.ropensci.org/heartbeat/
- Connection base url : https://fishbase.ropensci.or
- Dataset resource : GET heartbeat/
The API redirect indefinitely...
Debugging the API, it seems that when last / is missing, a 302 a return with header "Location: https://fishbase.ropensci.org/heartbeat*/*"
Indeed, it seems taht the last / is remove automatically before the call, and so redirect never stop...
If I add the '/' manually while debugging it is ok.