For example, I visit a website with many videos (using a proxy to access) how to turn off using proxy when requesting .mp4 file
*.mp4 request does not use proxy
All other requests use a configured proxy
I think you could use another thread with the browser to accomplish this. And saving the necessary data to a resource / global variable, then using this data in the new thread, whether with the browser or whatever needs to be done.