AEM forms 6.5 view the request body when submitting with Form Data Model
Hi,
Does anyone know how to view the request body when submitting a form using the "Submit using Form Data Model" submit action?
It seems the form submits the form data, to {formUrl}/jcr:content/guideContainer.af.internalsubmit.jsp then it must get restructured in the back end before it gets sent to the destination end point.
It would be helpful for debugging if I could view the web request body (ie: the JSON data) either at the point of submission or a log somehow?
Any ideas?
Thanks.