Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It would be great if full CRUD access via CORS could be granted in the near future. Overview of what I tested so far:
CORS access (PUT, DELETE, POST, GET) works for the following endpoints and methods:
- /rules/recipe/(recipeURI) . . . POST
- /rules/recipe/(recipeURI) . . . GET
CORS access (PUT, DELETE, POST, GET) does not work for the following endpoints and methods:
- /rules/recipe/(recipeURI) . . . PUT
- /rules/recipe/(recipeURI) . . . DELETE
- /rules/recipe/(recipeURI)?rule=(ruleName) . . . DELETE
- /rules/find/rules?name=(ruleName) bzw. rules/find/rules?description=(description) . . . GET
- /rules/find/recipes?description=(description) . . . GET
I have not tried yet for:
- /rules/adapters/ # for exporting in other formats such as SWRL and SPARQL Construct
- /rules/adapters/recipe
- /refactor # uses a stored recipe. we should move this to /rules/refactor
- /refactor/apply # uses a recipe supplied in the request payload
- /refactor/applyfile
Attachments
Issue Links
- Is contained by
-
STANBOL-105 Support Multi-Site Scripting via Cross-Origin Resource Sharing
- Closed