Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hi everyone,
i'm trying to do the exact thing in this doucumentatio Adding server-side data
........but it's showing 404 error when i try to access
/PersonApi/GetAll
can you help me, guys?
Your URL should probably look more like this:
/umbraco/backoffice/My/PersonApi/GetAll
You need to include the "/umbraco/backoffice/" prefix for all controllers of this kind.
The "My" is from the PluginController attribute defined like this:
[Umbraco.Web.Mvc.PluginController("My")]
So if yours has a different value you can update the URL accordingly.
Hope this helps!
Chris
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Adding server-side data to a property editor shows 404 error
hi everyone,
i'm trying to do the exact thing in this doucumentatio Adding server-side data
........but it's showing 404 error when i try to access
can you help me, guys?
Your URL should probably look more like this:
You need to include the "/umbraco/backoffice/" prefix for all controllers of this kind.
The "My" is from the PluginController attribute defined like this:
So if yours has a different value you can update the URL accordingly.
Hope this helps!
Chris
is working on a reply...