Passing custom parameters to the worker method seems to work only for GET requests but not for POST requests. Not sure if this a but in collective.taskqueue or a limitation of the ZPublisher.
A query string and a request body is in general not forbidden. The request body in my case a given JSON document which should not be modified.
Passing custom parameters to the worker method seems to work only for GET requests but not for POST requests. Not sure if this a but in collective.taskqueue or a limitation of the ZPublisher.
A query string and a request body is in general not forbidden. The request body in my case a given JSON document which should not be modified.