pdsinterop / php-solid-server

Standalone Solid Server written in PHP by PDS Interop
https://pdsinterop.org/php-solid-server/
MIT License
46 stars 7 forks source link

Update test runner #27

Closed michielbdejong closed 3 years ago

michielbdejong commented 3 years ago

It seems https://github.com/pdsinterop/test-suites/blob/master/servers/php-solid-server/cookie/app/index.js#L8 works But https://github.com/solid/solid-auth-fetcher/blob/master/src/obtainAuthHeaders.ts#L81 doesn't.

michielbdejong commented 3 years ago

The only difference I see is Content-Type instead of content-type as the header name, and that it uses node-fetch directly instead of through CustomAuthFetcher, but at least it works now :)