I need to check if either of the two website is redirecting to other website. For example, in above case, f1.com is redirecting to formula1.com.
Currently I am checking it by launching both websites in chrome and checking if either of the websites is redirecting to other website using “Get Attribute” activity. However I am having thousands of such pairs of websites and above approach is taking lot of time.
Can anyone please advise if there is a better way of checking it? We can use any other applicable attribute for this check also(example - IP address).
Hi @Nithinkrishna , I had checked with HTTP Request activity but no luck. While I am getting “formula1.com” text in response data after making get request on “f1.com”, however the response data is not in a structured format.
Also don’t want to do contains match ‘ResponseData.Contains(“formula1.com”)’ as this method won’t be foolproof.