You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate pulse sdk into iOS app.
Record a session with post request.
export the whole session as HAR.
open har in charles
Expected result:
expect request body to be part of HAR.
Actual
Request body is missing in HAR.
Note: if you export the curl/ view the request in pulse ui we would be able to see the request
The text was updated successfully, but these errors were encountered:
abhimaanmadhav
changed the title
Exported har file does'nt contain request body for post request
Missing request body for post request when exported as a har file
Dec 16, 2024
Integrate pulse sdk into iOS app.
Record a session with post request.
export the whole session as HAR.
open har in charles
Expected result:
expect request body to be part of HAR.
Actual
Request body is missing in HAR.
Note: if you export the curl/ view the request in pulse ui we would be able to see the request
The text was updated successfully, but these errors were encountered: