|
|
|
|
|
by IshKebab
961 days ago
|
|
Serving data via http is insecure because that data can be intercepted, read and modified. If it's entirely public data then there's no security risk to the server. The security benefit is for the clients, so unless you hate your users you should use encryption even for totally public static data. |
|