question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It is recommended to disable CDN acceleration for deno.land.

See original GitHub issue

I’m on a network that’s reporting a 403 Forbidden error, which seems to be due to a deno. land is using a restriction imposed by the cdn accelerator, which has to do a human check…

> deno run https://deno.land/std/examples/curl.ts https://example.com
Download https://deno.land/std/examples/curl.ts
error: Import 'https://deno.land/std/examples/curl.ts' failed: 403 Forbidden

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
lucacasonatocommented, Mar 3, 2021

No what you are experiencing is denoland/deno_website2#1684.

0reactions
kotxcommented, Mar 3, 2021

I am not sure if this is related, but going to any link like https://deno.land/std/examples/curl.ts sends me to https://www.cloudflare-terms-of-service-abuse.com/streaming.ts. Is this because I’m using a browser?

Read more comments on GitHub >

github_iconTop Results From Across the Web

It is recommended to disable CDN acceleration for deno.land.
I'm on a network that's reporting a 403 Forbidden error, which seems to be due to a deno. land is using a restriction...
Read more >
Packages from CDNs | Manual - Deno
The provide packages and modules in the ES Module format, irrespective of how they are published on npm. They resolve all the dependencies...
Read more >
esm@v45 - Deno
This is useful for deno type checks (link). figure #1. You can pass the no-check query to disable the X-TypeScript-Types header if some...
Read more >
Deno Third Party Modules
deno.land/x is a hosting service for Deno scripts. It caches releases of open-source modules stored on GitHub and serves them at an easy-to-remember...
Read more >
What is Deno and How is it Different from Node.js?
Deno seeks to provide a more complete and ready-to-use environment that facilitates and accelerates development. It provides a standard set ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found