Hi,
I was wondering if there was a limit to the size of data that can be passed through a Callback?
I’m trying to pass a decent size section of the HTML, and every time I add it into the Callback, it fails.
I don't think that there's a practical limit on the size of the args passed to a Callback. If you're having trouble, you could just pass the URL instead and make another http call inside the callback. PMS caches the request contents anyway so you don't really need to worry much about the network overhead or time delay of making an *extra* http request.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.