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
I've recently been trying to use Streamsaver.js to transfer file streams from my own server to the frontend browser. I've successfully set the Content-Disposition and Content-Type, where Content-Type is determined to be application/octet-stream.
this is my code on my (springboot) server:
I would like to know if it's still necessary to use mitm?
Now I have my own MitM installed on my server, but a popup appears when downloading files. I'm not sure if I need to use MitM and how to close this popup.
The text was updated successfully, but these errors were encountered:
I've recently been trying to use Streamsaver.js to transfer file streams from my own server to the frontend browser. I've successfully set the Content-Disposition and Content-Type, where Content-Type is determined to be application/octet-stream.
this is my code on my (springboot) server:
I would like to know if it's still necessary to use mitm?
Now I have my own MitM installed on my server, but a popup appears when downloading files. I'm not sure if I need to use MitM and how to close this popup.
The text was updated successfully, but these errors were encountered: