You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to retrieve the landing url of a shortened url like goo.gl/89234fIASVHAS ?
Right now the crawler will pass the shortened url into the callback, which messes up all relative links on the crawled pages...
Thanks!
The text was updated successfully, but these errors were encountered:
From a quick look it seems like bit.ly uses the status 301 "Moved permanently" and goo.gl 307 "Internal redirect" will need to investigate the case of URL shorteners a bit more.
Hi,
is there a way to retrieve the landing url of a shortened url like goo.gl/89234fIASVHAS ?
Right now the crawler will pass the shortened url into the callback, which messes up all relative links on the crawled pages...
Thanks!
The text was updated successfully, but these errors were encountered: