I'm using the official Flask tutorial for learning how to upload files to a web server and I noticed the use of <input type=file>. I did some research as to whether data submitted via POST is encrypted in HTTPS and it appears that is the case. Are files uploaded with <input type=file> included?
When you use https, the following parts are encrypted :
What is not encrypted :
Yes. The SSL/TLS encryption encryption encrypts the connection at a lower level -- everything sent through the "pipe" is encrypted.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With