Endless redirection in few links
saswatamcode opened this issue · 0 comments
saswatamcode commented
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!