0

I would like to see the OData entity posting payload at a breakpoint (using Chrome developer tools) within a SAPUI5 app. I used the advice of Debug OData requests to add breakpoints within handlers for the RequestCompleted and RequestSent events. I searched within the Local portion and was unable to find the payload that accompanies a POST. Does anyone know where I could find it?

scurry
  • 19
  • 5

1 Answers1

1

Just use the network tab, select a HTTP request and inspect the Request Payload section under the Headers tab.

enter image description here

fabiopagoti
  • 1,467
  • 14
  • 31