This commit is contained in:
Yann Esposito (Yogsototh) 2024-03-08 13:51:59 +01:00
parent 95448fa293
commit adc6d36ca4
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -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.