Open jpnp opened 5 years ago
@jpnp I guess you're right, it should be returned on OPTIONS. I ran into the same problem when writing https://solid-notify.5apps.com/ yesterday, and worked around it by just doing an authenticated GET, see https://github.com/michielbdejong/solid-notify/blob/master/index.html#L84-L85
HEAD is a good enough work around for me, but the implementation and API spec probably should match.
This still has not been fixed in the spec. I wasted an hour before finding this issue :(
This issue has been labeled as "test-case" by @kjetilk . So it will be making its way into the test suite and future spec.
The Solid WebSocket API Specs say that
Updates-Via
header can be found in an OPTIONS request to the server.I am not finding an
Updates-Via
header in OPTIONS for node solid server, though I do get one if I do an HTTP HEAD:vs
This is using v5.1.2