Find Redirect URL
Package:
Summary:
Determine the URL to that a page redirects
Groups:
Author:
Description:
This class can be used to determine the URL to that a page redirects.
It can send an HTTP request to a given URL and check the response headers to determine if the server wants to redirect to another URL.
It may follow the redirect URLs recursively if the requests to the target URL also redirect to another URL.
The class returns the final URL to where the redirection headers point.
It can send an HTTP request to a given URL and check the response headers to determine if the server wants to redirect to another URL.
It may follow the redirect URLs recursively if the requests to the target URL also redirect to another URL.
The class returns the final URL to where the redirection headers point.
Comments are closed.