View content ot TRESTRequest before sending?
问题 So if I have prepared a REST Request, is there a way that I can view the output of it before sending for debugging purposes? So: LRequest.Client := LClient; LRequest.Method := rmPOST; LRequest.Resource := AUTH_PATH; LRequest.Accept := 'application/json'; // required parameters LRequest.AddParameter(ExCode, AuthCode, pkGETorPOST); LRequest.AddParameter(ExRedirectURI, RedirectionEndPoint, pkGETorPOST); LRequest.AddParameter(ExGrantType, ExAuthorizationCode, pkGETorPOST); LRequest.AddParameter(