solid-contrib/solid-client

Add support for 301 etc redirect following

Closed this issue · 1 comments

Add support for Solid.web.solidRequest() to follow the various 300-level HTTP redirects.
(Once nodeSolidServer/node-solid-server#253 is fixed).

Turns out, the XMLHttpRequest does this automatically. Unfortunately, this results in the problem that's described here: nodeSolidServer/node-solid-server#258, and is only solvable server-side.
Closing this issue, however.