SSRF when user input is appended to hostname
Is it considered a SSRF vulnerability (or is it dangerous at all) if the backend of an application fetches a URL that is somewhat based off of user input, in a way similar to this
get(“https://thehostname.com/a-directory/” +… Continue reading SSRF when user input is appended to hostname