ventaubain
ventaubain
@huikang Of course ! The js function used is pretty simple: `const res = await fetch(domain+"health")` Maybe it is necessary to custom the parameters with some options... **Headers**: ```GET /health...
@huikang Maybe. The request is for `localhost:7000` so the headers may have this structure: ``` Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors (maybe same-origin?) Sec-Fetch-Site: same-site ``` When I use the `fetch` function...
I'm interested by seeing this commit validated to fix #14795