Guest User

JSON-LD responses for W3C core ontologies don't contain CORS headers

a guest
Oct 24th, 2020
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. $ http HEAD http://www.w3.org/1999/02/22-rdf-syntax-ns#type "Accept: application/ld+json"
  2. HTTP/1.1 200 OK
  3. accept-ranges: bytes
  4. access-control-allow-credentials: true
  5. access-control-allow-headers: Link, Location, Content-Type, Accept, Vary
  6. access-control-allow-methods: GET, HEAD, OPTIONS
  7. access-control-expose-headers: Location, Link, Vary, Last-Modified, ETag, Allow, Content-Length, Accept
  8. cache-control: max-age=21600
  9. content-length: 9198
  10. content-location: 22-rdf-syntax-ns.jsonld
  11. content-type: application/ld+json
  12. date: Sun, 25 Oct 2020 00:08:07 GMT
  13. etag: "23ee-599d39942e300;599d3996211bf"
  14. expires: Sun, 25 Oct 2020 06:08:07 GMT
  15. last-modified: Mon, 16 Dec 2019 15:09:32 GMT
  16. tcn: choice
  17. vary: negotiate,accept,accept-charset,upgrade-insecure-requests
  18.  
  19.  
  20.  
  21. $ http HEAD http://www.w3.org/1999/02/22-rdf-syntax-ns#type
  22. HTTP/1.1 200 OK
  23. accept-ranges: bytes
  24. access-control-allow-credentials: true
  25. access-control-allow-headers: Link, Location, Content-Type, Accept, Vary
  26. access-control-allow-methods: GET, HEAD, OPTIONS
  27. access-control-allow-origin: *
  28. access-control-expose-headers: Location, Link, Vary, Last-Modified, ETag, Allow, Content-Length, Accept
  29. cache-control: max-age=21600
  30. content-length: 6004
  31. content-location: 22-rdf-syntax-ns.ttl
  32. content-type: text/turtle; charset=utf-8
  33. date: Sun, 25 Oct 2020 00:08:13 GMT
  34. etag: "1774-599d39942e300;599d3996204ea"
  35. expires: Sun, 25 Oct 2020 06:08:13 GMT
  36. last-modified: Mon, 16 Dec 2019 15:09:32 GMT
  37. tcn: choice
  38. vary: negotiate,accept,accept-charset,upgrade-insecure-requests
  39.  
  40.  
  41.  
  42. $ http HEAD https://www.w3.org/2000/01/rdf-schema#range "Accept: application/ld+json"
  43. HTTP/1.1 200 OK
  44. accept-ranges: bytes
  45. cache-control: max-age=21600
  46. content-length: 5604
  47. content-location: rdf-schema.jsonld
  48. content-security-policy: upgrade-insecure-requests
  49. content-type: application/ld+json
  50. date: Sun, 25 Oct 2020 00:08:54 GMT
  51. etag: "15e4-586929c3ace00;586929c7c4f1d"
  52. expires: Sun, 25 Oct 2020 06:08:54 GMT
  53. last-modified: Mon, 15 Apr 2019 14:38:48 GMT
  54. strict-transport-security: max-age=15552000; includeSubdomains; preload
  55. tcn: choice
  56. vary: negotiate,accept,accept-charset
  57.  
  58.  
  59.  
  60. $ http HEAD https://www.w3.org/2000/01/rdf-schema#range
  61. HTTP/1.1 200 OK
  62. accept-ranges: bytes
  63. access-control-allow-origin: *
  64. cache-control: max-age=21600
  65. content-length: 3812
  66. content-location: rdf-schema.ttl
  67. content-security-policy: upgrade-insecure-requests
  68. content-type: text/turtle; charset=utf-8
  69. date: Sun, 25 Oct 2020 00:09:03 GMT
  70. etag: "ee4-4f33230d4a800;586929c6c4edd"
  71. expires: Sun, 25 Oct 2020 06:09:03 GMT
  72. last-modified: Tue, 25 Feb 2014 02:53:20 GMT
  73. strict-transport-security: max-age=15552000; includeSubdomains; preload
  74. tcn: choice
  75. vary: negotiate,accept,accept-charset
Add Comment
Please, Sign In to add comment