We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some links redirect endlessly but aren't necessarily broken. For example "https://www.envoyproxy.io/", which generates the following error in mdox,
curl output for the same,
This link is perfectly viewable in a browser. Some way of handling links like this would be great!
The text was updated successfully, but these errors were encountered: