POST over HTTP: Is it ever safe to post sensitive information?
I know HTTP is insecure because the data transmitted is not encrypted.
I made a web application, however, that the frontend and backend are hosted on different servers. The backend itself is configured with HTTPS, but the frontend is not y… Continue reading POST over HTTP: Is it ever safe to post sensitive information?