Check URL

GET {{current_url}}

This is the request where the actual test for Open Redirect vulnerability happens. It takes the original URL and the redirected URL, and compares their domains. If the domains do not match, it likely indicates there is a vulnerability. The Test Scripts section explain the code in more detail.