From adc6d36ca45db0b78adbb3ab43a8acb944c8d329 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 8 Mar 2024 13:51:59 +0100 Subject: [PATCH] typo --- .../index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posts/0025-a-quick-cors-proxy-in-a-few-lines-of-clojure/index.org b/src/posts/0025-a-quick-cors-proxy-in-a-few-lines-of-clojure/index.org index e35a114..aa199f6 100644 --- a/src/posts/0025-a-quick-cors-proxy-in-a-few-lines-of-clojure/index.org +++ b/src/posts/0025-a-quick-cors-proxy-in-a-few-lines-of-clojure/index.org @@ -18,9 +18,9 @@ This homepage is really useful and along the years I added some functionalities: number of the deployed nodes, etc… - my daily work tasks are displayed there (from org-mode calendar to this page) -One of the section of links in this homepage contain a few website I host. +One of the section of links in this homepage contain a few websites I host. And I wanted to query these websites to make a health check from my file. -It turns out that you cannot easily make an HTTP call to any external website +It turns out that you cannot easily make a HTTP call to any external website from a =file://= in your Browser as your are almost immediately blocked by /CORS/. I don't want to explain how /CORS/ are working.