So I am trying to work on my python project that I have no idea about. So, there is this website whose domain name is constantly changing for some issues. For example, for a few days it'll be 'example.kr' and suddenly it'll change to 'example.in'. When I go to 'example.kr' after it has been removed, I won't be redirected to the new website. However, when I connect to the main address of the website that is "example.com" it automatically redirects to the current domain 'example.in'. But the problem here is, I cannot connect to the main website ( which will redirect me to the new domain) without a proxy or a VPN. So I would appreciate if someone could give me ideas on how to make a python script that will access the main website with a proxy ( which I have) and return the current domain name.
I don't know if I made it clear, but if not, please feel free to ask me.
thanks.