Triply-Dev / YASGUI.YASQE-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
73 stars 36 forks source link

Avoid relative URLs for curl strings #86

Closed LaurensRietveld closed 8 years ago

LaurensRietveld commented 8 years ago

The curl string that YASQE generates takes the endpoint url as-is, even if its a relative path. CURL obviously does not support relatives paths, so the CURL string should always derive and print the full path instead.