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

Endless redirection in few links #30

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

Endless redirection in few links #30

saswatamcode opened this issue May 18, 2021 · 0 comments

Comments

@saswatamcode
Copy link
Collaborator

Some links redirect endlessly but aren't necessarily broken. For example "https://www.envoyproxy.io/", which generates the following error in mdox,

"https://www.envoyproxy.io/" not accessible; status code 301: Moved Permanently

curl output for the same,

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/

This link is perfectly viewable in a browser. Some way of handling links like this would be great!

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