Script does not support GET

cancel
Showing results for 
Search instead for 
Did you mean: 
sakshik
Established Member

Script does not support GET

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
afaust
Master

Re: Script does not support GET

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
Established Member

Re: Script does not support GET

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