Difference between SSRF and CSRF
Anonimo
CSRF is making the user do unintended request or action on server using state changes like banking transaction etc.. and SSRF is posting requests to change the sensitive information or getting requests from server to unintended url to leak sensitive information. Target differs.