Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORS proxy support #226

Open
csarven opened this issue Jan 28, 2021 · 2 comments
Open

CORS proxy support #226

csarven opened this issue Jan 28, 2021 · 2 comments

Comments

@csarven
Copy link
Member

csarven commented Jan 28, 2021

Clients need to use a CORS proxy (for age old reasons.., w3ctag/design-reviews#76 , ..)

Server needs to offer a CORS proxy endpoint.

Doublecheck authn/z requirements..

Related: discover preferred/trusted proxies solid/vocab#26

@elf-pavlik
Copy link
Member

Server needs to offer a CORS proxy endpoint.

Can CORS proxy be an independent component in the ecosystem which one can choose to deploy together or separate from storage servers?

@csarven
Copy link
Member Author

csarven commented Dec 5, 2023

I would suspect that for reading resources the proxy service can be independent / be anywhere, i.e., not necessarily part of a Solid server. For writing resources, it would probably need to be based on authn/z mechanisms that a Solid application recognises/implements.

So, when a Solid server supports a proxy, it enables Solid applications to implement a category of use cases - accessing resources not only on a Solid server but anywhere.

In any case, a Solid application needs to be able to follow-its-nose, and discovery the endpoint, and so we need to resolve that in Solid Terms ( solid/vocab#26 ) and explain that need through specifications such as Solid WebID Profile ( solid/webid-profile#111 ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Do
Development

No branches or pull requests

2 participants