I want to crawl https://www.socialbakers.com/ but I am having trouble handling the multiple redirections when doing a post in logging in to the site. First redirect is to a HTML page with JavaScript doing the redirection.
I want to trace all the redirection request URL and if it is possible to do post/get request to each URL.