I am trying to add a header to the http_get request but i cannot find in the documentation how to do it.
I am trying to access my api like this
curl -L -X GET ‘https://example.com/api/’
-H ‘APIKey: 123apikey123’
I am trying to add a header to the http_get request but i cannot find in the documentation how to do it.
I am trying to access my api like this
curl -L -X GET ‘https://example.com/api/’
-H ‘APIKey: 123apikey123’
The feature will be available in the next release of Scilab (see scilab/CHANGES.md · main · scilab / scilab · GitLab). However, you can already test it with the latest nightly build at: active branches · Wiki · scilab / scilab · GitLab
When is the next release of Scilab?
Around mid-october 2023.
Scilab 2024.0.0 has been released with this feature. See http_get - HTTP GET request.