Replies: 2 comments
-
I think this is the same question as #92. 😊 My reply on there... #92 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @leekelleher - that will do :) |
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
-
Currently to retrieve data from a custom Api controller we need to provide the full url - for example:
It would be useful to be able to provide a domain agnostic url mapped to the current domain, e.g.:
Which would be mapped to the domain that Umbraco is running from.
In addition, currently if the ApiController inherits from UmbracoAuthorisedApiController, the data cannot be retrieved. I had to open the controller endpoint above up and remove the authorization in order for Contentment to retrieve it.
Beta Was this translation helpful? Give feedback.
All reactions