Implementation for Content Delivery API #206
Labels
category/content-delivery
status/idea
The ideas in this issue are great idea, but we're not ready to work on it in the near future
type/question
Further information is requested
umbraco/v13
Issues and tasks related to Umbraco 13.
Which version of Skybrud Redirects are you using? (Please write the exact version, example: 4.0.8)
13.0.4
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.4.0
Question
Hello
I wanted to inquire if there has been an implementation of a solution for handling redirects in the Content Delivery API. Specifically, I'm looking for a feature where, when an "Original URL" is provided as the path in the API request, the response includes a Location header with the appropriate redirect URL.
Currently, my workaround is to handle this scenario by making the application call the CMS URL with the path that was tried for the Content Delivery API whenever a 404 error is received. While this approach works, it would be more efficient and streamlined to have the redirect handled directly by the Content Delivery API.
Thanks for any help.
The text was updated successfully, but these errors were encountered: