Closed LaurensRietveld closed 9 years ago
I've added a function YASQE.defaults.sparql.getQueryForAjax
that enables you to modify the query string before sending it via ajax request. I'll add it to the YASGUI lib after doing some minor features requests
@bertvannuffelen Does this solution suffice?
A related fyi: another option would have been to use YASQE.defaults.sparql.callbacks.beforeSend, that enables you to modify the complete ajax request before send. Not a very clean method for your scenario though, as the data object is already encoded to string
Hi Laurens,
thanks for the effort. The function provides sufficient power and easiness for the suggested case. I will evaluate later.
Bert
I'll close the ticket for now, but let me know if there are any problems
Quoted from https://github.com/YASGUI/YASGUI/issues/72: