linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
562 stars 142 forks source link

Rdflib accidentally sends out map headers #585

Open timea-solid opened 1 year ago

timea-solid commented 1 year ago

See: https://github.com/SolidOS/mashlib/issues/133 "When Mashlib makes requests, it accidentally sends out an HTTP header map: [object Object]. I presume a map function is being attached by accident.

This can result in CORS issues if the server does not allow map header access. " And: https://github.com/SolidOS/solidos/issues/79