OWASP API8 2023 No Server HTTP (Edit)
Server interactions must not use http:// as it is inherently insecure and can lead to PII and other sensitive information being leaked through traffic sniffing or man-in-the-middle attacks. Use https:// or wss:// instead.
OWASPSecurityTransportServersOpenAPI