P
Peter Judge
Guest
Eduardo, You can log the request and response as it is sent on the wire (via the socket). Set log-manager:logfile-name = ‘mylog.log’. log-manager:logging-level = 6. And you’ll get files called request-raw.txt and response-data-received.txt in your session:temp-dir (-T). You can see there whether the data came back to the client or not.
Continue reading...
Continue reading...