cancel
Showing results for 
Search instead for 
Did you mean: 

Script does not support GET

sakshik
Star Contributor
Star Contributor

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

2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator

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?

sakshik
Star Contributor
Star Contributor

I ran the script using curl -X POST "<script api>". It is working. thanks!