virtUOS / edusharing-opencast-importer

This importer harvests episodes (lecture recordings) from Opencast instances and push it as external references to an Edusharing instance.
GNU General Public License v3.0
2 stars 2 forks source link

"is reachable" check requires access to path /search #49

Open mirjan-hoffmann opened 2 years ago

mirjan-hoffmann commented 2 years ago

If an instance is not reachable, the import will be skipped. The check uses the url <scheme>://<host>/search/ for this. This works for instances like UOS-oc that have this url open to the public. But it does not work for instances that restrict access to this url, like TIHO-oc (you get a 405-response here and the check fails).

Maybe better just use <scheme>://<host>/ for the check?!