Skip to content
rafael placido basurto edited this page May 31, 2026 · 1 revision

response = HTTP.follow.get("https://httpbin.org/redirect-to", params: { url: "https://httpbin.org/get" }) response.uri.to_s => "https://httpbin.org/get"

Clone this wiki locally