buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

header on ontology.json #59

Closed eroux closed 6 years ago

eroux commented 6 years ago
curl -v -I http://buda1.bdrc.io:13280/ontology.json

gives me

*   Trying 52.21.222.115...
* TCP_NODELAY set
* Connected to buda1.bdrc.io (52.21.222.115) port 13280 (#0)
> HEAD /ontology.json HTTP/1.1
> Host: buda1.bdrc.io:13280
> User-Agent: curl/7.60.0
> Accept: */*
> 
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Server: Apache-Coyote/1.1
Server: Apache-Coyote/1.1
< Access-Control-Allow-Origin: *
Access-Control-Allow-Origin: *
< Access-Control-Allow-Headers: origin, content-type, accept, authorization
Access-Control-Allow-Headers: origin, content-type, accept, authorization
< Access-Control-Allow-Credentials: true
Access-Control-Allow-Credentials: true
< Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS, HEAD
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS, HEAD
< Content-Type: text/turtle;charset=utf-8
Content-Type: text/turtle;charset=utf-8
< Transfer-Encoding: chunked
Transfer-Encoding: chunked
< Date: Fri, 25 May 2018 12:46:14 GMT
Date: Fri, 25 May 2018 12:46:14 GMT

which has several problems:

MarcAgate commented 6 years ago

fixed as of commit 40e5f0f