- Do not send raw responses to clients
https://owasp.org/Top10/A10_2021-Server-Side_Request_Forgery_%28SSRF%29/
What does this refer to? I tried to google, but all I can find is 'raw' as in the full text or stringified. Aren't all HTTP(s) responses 'raw' in this sense, since it's text based?
Or does it mean editing the response to give fake values regarding the server, rather than genuine ones?