unity_browser
unity_browser copied to clipboard
How can I capture network requests?
I’ve tried using SampleDynamicRequestHandler, but this doesn’t seem to get called. I’ve also tried using OnJsQuery, but this also doesn’t seem to get called.
Is there a way to capture the browser’s queries to and responses from the server?
Thank you