Seeking Assistance with Retrieving Request Body in Safari Extension

Hello,

I have developed a Safari extension that intercepts browser requests. I'm utilizing the chromeWebRequest API for this purpose. You can find more information about it here: https://developer.chrome.com/docs/extensions/reference/webRequest/

I have successfully retrieved all the headers for the request. However, I am facing an issue when trying to retrieve the request body, particularly when the content-type of the request is multipart/form-data.

I would greatly appreciate any assistance with this matter. Thank you.

Seeking Assistance with Retrieving Request Body in Safari Extension
 
 
Q