Getting the url of a page after a dynamic redirection

Describe the problem.

Hi,
is it possible to get the url from a page after the redirection ?
Typically the scrapper follow a link but in the end is dynimacely redirected to another page.
Is there a way to get the url of the page it is on wich is different from url he followed?
Best, regards

If your scraper is successful, the results file will also have a column which shows the Url the data came from. It is named after your click/navigation selector. So if you have selector called Click name, the column will be called "Click name href" or similar.

Thanks for your quick answer but the link it give is the link before redirection.
The href column is returning : https://www.airfrance.co.jp/JP/ja/common/travel-guide/van-harte-affordable-cuisine.htm
But the end is result is missing.
It should be :https://www.airfrance.co.jp/JP/ja/common/travel-guide/movenpick-a-jewel-between-the-city-and-the-sea.htm#WT.z_redir=van-harte-affordable-cuisine.htm&WT.z_redir_type=lifecycle

My god. I really need this to be solved. Anyone?

It is possible with a custom program, see PM

Hi leemeng,

Could you help me understand how to get a redirect url?
I see that you are very knowledgeable in the scraping.

Thanks in advance.

Hi, can you share a custom software how to resolve a redirected URL ?
Thank's