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.