CenterForDigitalHumanities / TPEN28

Split front/back ends from each other
3 stars 2 forks source link

CreateProjectFromManifest and RERUM URIs #705

Open thehabes opened 1 year ago

thehabes commented 1 year ago

https://dev.t-pen.org/TPEN/createProjectFromManifest?manifest=https://devstore.rerum.io/v1/id/123notreal links do not work because the back end (production 1 and development) cannot resolve links in this format. It is a UTurn issue, where the link provided needs to be behind the firewall via a machine name link instead like ?manifest=https://machinename:3000/v1/id/123notreal.

In order for the TPEN back end to use data from RERUM, it needs to know the change the link on the fly for back end usage.