Hello,
I am invoking an action by defining it in the plugin.xml file.
The action is invoked for a certain number of entities and the the url that is created is as follows:
This works perfectly for a certain number of targets, but when it exceeds the length of the url max, i get a HTML Header error in virgo log.
I am certain that this happens because we are sending the get request with the url exceeding the limit and i wish to change the url and send data params.
Also how would i change the GET to a POST if i wanted to ?
ty