We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fea520 commit 2bcbbfcCopy full SHA for 2bcbbfc
7-network/04-fetch-crossorigin/article.md
@@ -71,7 +71,7 @@ function gotWeather({ temperature, humidity }) {
71
72
// 2. Pass its name as the ?callback parameter for the script
73
let script = document.createElement('script');
74
-script.src = `http://cors.javascript.local/article/fetch-crossorigin/demo/script?callback=gotWeather`;
+script.src = `https://cors.javascript.info/article/fetch-crossorigin/demo/script?callback=gotWeather`;
75
document.body.append(script);
76
77
// 3. The expected answer from the server looks like this:
0 commit comments