A. redirect("https://example.com")
B. redirect(view_name)
C. redirect(reverse(view_name))
D. All of the above