It seems like access to api is blocked by nginx:
C:\Users\dlinke\gh-nfdi4cat\wdwd> set API_TOKEN=***
C:\Users\dlinke\gh-nfdi4cat\wdwd> curl https://demo-repository.nfdi4cat.org/api/v1/search?q=data
returns
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>
Also the default API URL without "v1" fails in the same way.
The main repository has the same problem.
It seems like access to api is blocked by nginx:
returns
Also the default API URL without "v1" fails in the same way.
The main repository has the same problem.