void-graph icon indicating copy to clipboard operation
void-graph copied to clipboard

Dereference VoID URLs and display

Open csarven opened this issue 11 years ago • 2 comments

Add an input for users to enter a VoID URL (follow the Location header until end e.g., nice use case here is .well-known/void), dereference it and display the graph.

csarven avatar Apr 22 '14 10:04 csarven

The problem with this is that I'd need a server. I'd like to keep this entirely client-side, simply because it requires little maintenance costs. Not to mention the low-availability of servers for small projects - they usually don't last the test of time. While a JS page usually works even after years of development inactivity.

This could work if the VoID URLs returned CORS headers.

lmatteis avatar Apr 22 '14 11:04 lmatteis

Right, CORS is what I had in mind. http://270a.info/ should work if you want to test.

csarven avatar Apr 23 '14 12:04 csarven