inrupt / wac-ldp

A central component for Solid servers, handles Web Access Control and Linked Data Platform concerns.
MIT License
12 stars 5 forks source link

Image upload does not work #120

Open jaxoncreed opened 4 years ago

jaxoncreed commented 4 years ago

I thought I had reported this, but I can't see the issue:

To reproduce:

Log into https://develop.generator.inrupt.com and upload a picture.

The browser will make an OPTIONS request to something like https://otherjackson.api.swype.io/profile/_1564155844000_.jpeg, but will not proceed from there.

Potential reason:

The request includes: Access-Control-Request-Headers | authorization,content-type,credentials

And the server responds with Access-Control-Allow-Headers: Authorization, Accept, Content-Type, Origin, Referer, X-Requested-With, Link, Slug

credentials is not included in the response headers

michielbdejong commented 4 years ago

Will update my staging server and see if this is still happening.