marklogic-community / grove-vue-visjs-graph

Vue component to visualize RDF relationships and Timelines using Vis.js
https://grtjn.github.io/ml-visjs-graph.js/
Other
6 stars 3 forks source link

Use POST with form encoding for SPARQL calls #6

Open grtjn opened 5 years ago

grtjn commented 5 years ago

GraphApi is currently sending request params for bindings, but there could be too many, causing url length to get exceeded. Use POST body for everything..

taatuut commented 5 years ago

As a friendly reminder: issue with 'too long urls' currently also occurs in the Matchinghub application.