Check if two URLs have the same origin (scheme, host, port). Uses semantic URL parsing to prevent SSRF bypasses via URL variations.
First URL
Second URL
true if both URLs have the same origin, false otherwise
Check if two URLs have the same origin (scheme, host, port). Uses semantic URL parsing to prevent SSRF bypasses via URL variations.