TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Anyone else getting Cloudflare checkpoint pages returned from unpkg CDN?

3 pointsby hartleybrodyover 2 years ago
<p><pre><code> &gt; curl https:&#x2F;&#x2F;unpkg.com&#x2F;leaflet@1.7.1&#x2F;dist&#x2F;leaflet.css &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en-US&quot;&gt; &lt;head&gt; &lt;title&gt;Just a moment...&lt;&#x2F;title&gt; ... a bunch of HTML</code></pre>

1 comment

jw1224over 2 years ago
Yes, seems to be an issue with CloudFlare&#x27;s JS challenge page interrupting the resource request: <a href="https:&#x2F;&#x2F;github.com&#x2F;mjackson&#x2F;unpkg&#x2F;issues&#x2F;343" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mjackson&#x2F;unpkg&#x2F;issues&#x2F;343</a><p>I was able to hastily fix this in production by migrating to jsdeliver: <a href="https:&#x2F;&#x2F;www.jsdelivr.com&#x2F;unpkg" rel="nofollow">https:&#x2F;&#x2F;www.jsdelivr.com&#x2F;unpkg</a>