-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a query regarding 404handler role in a headless CMS #219
Comments
There is no API now. You have to build it yourself. You can access all redirects through https://github.com/Geta/404handler/blob/master/src/Geta.404Handler/Core/Data/IRedirectLoader.cs |
|
Is there any sample implementation available for IRedirectLoader? I couldnt find any reference. Appreciate if you could please provide additional details on this. Thanks |
You do not have to implement it. It is already implemented. You have tu use it to load redirects. |
We are doing a POC on episerver headless CMS. How do we utilize 404 handler in a headless mode using content api? Is there any API provided to fetch all the redirects from 404handler which can be consumed by the front end application for redirecting/routing?
The text was updated successfully, but these errors were encountered: