Script does not support GET
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 03:04 PM
I am trying to run a componize webscript on alfresco. I am getting the following error
I have tried adding alf_method=post along with other arguments Still I get the same message
Labels:
- Labels:
-
Alfresco Content Services
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 05:34 PM
Did you check via /alfresco/service/index what operations that specific web script actually does support? Also, why not do a proper POST request instead of using the (potentially removed) alf_method cludge?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2017 02:16 PM
I ran the script using curl -X POST "<script api>". It is working. thanks!
