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?
Asked
Active
Viewed 635 times
1 Answers
1
Just use the network tab, select a HTTP request and inspect the Request Payload
section under the Headers
tab.

fabiopagoti
- 1,467
- 14
- 31