mashlib icon indicating copy to clipboard operation
mashlib copied to clipboard

Mashlib accidentally sends out `map` headers

Open RubenVerborgh opened this issue 3 years ago • 0 comments

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.

RubenVerborgh avatar Oct 29 '21 15:10 RubenVerborgh