How can I configure the H5PPlayerUI and H5PEditorUI components of React? #2330
Unanswered
emmanuelpineda
asked this question in
Q&A
Replies: 1 comment
-
Have you checked out the docs at https://docs.lumi.education/usage/rest ? The web components are connected to the server through the "Content Service". It covers the CRUD operations for content. The Ajax calls made by H5P internally must be configured through IH5PConfig object (there's It is generally possible to run the frontend and the API on different servers, but you'll have to find a way to get authentication to work in a scenario like this. This might not be trivial. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I configure the H5PPlayerUI and H5PEditorUI components to connect directly to the h5p server?
I have two applications on different domains and servers, on server 1, I use the components mentioned above and on server 2, I have the ajax services of H5P. How can I tell the components the url of the h5p server to connect directly to it without using a proxy on server 1?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions