Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endlessly redirected links fail in colly #612

Open
saswatamcode opened this issue May 19, 2021 · 0 comments
Open

Endlessly redirected links fail in colly #612

saswatamcode opened this issue May 19, 2021 · 0 comments

Comments

@saswatamcode
Copy link

We're trying to build some link checking functionality using colly. But colly on encountering links like "https://www.envoyproxy.io" gives a "301 moved permanently" error even though it is perfectly viewable in a browser. Curl output for this is given below,

curl -i https://www.envoyproxy.io/
HTTP/2 301 
cache-control: public, max-age=0, must-revalidate
content-length: 42
content-security-policy: frame-ancestors 'self';
content-type: text/plain
date: Tue, 18 May 2021 04:32:10 GMT
x-nf-request-id: fd4710cb-689c-4c75-b8f6-808272b5732b
location: https://www.envoyproxy.io/
server: Netlify
age: 25713

Redirecting to https://www.envoyproxy.io/

Is there any particular fix for this? Related issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant