Search code examples
urlhttp-redirectdnshttpresponse

How to identify a redirected domain?


Is it possible to identify a redirected domain? I have 3 domain> www.example1.com , www.example2.com , www.example3.com

www.example2.com domain redirected to www.example1.com www.example3.com domain also redirected to www.example1.com

How to identify the redirected url is example2 or example3?


Solution

  • I have added redirected url with query string at the end of the url and display popup based on query string value.