podd / podd-redesign

The redesigned PODD
http://podd.plantphenomics.org.au/podd/
GNU Affero General Public License v3.0
3 stars 4 forks source link

Support HTTP POST for queries to the SPARQL endpoint #109

Closed ansell closed 10 years ago

ansell commented 10 years ago

Initial SPARQL endpoint only accepts HTTP GET queries, in order to get it working quickly.

Need to also support HTTP POST for longer queries to avoid exceeding URL length boundaries, which are variable for different operating systems and proxy servers.

ansell commented 10 years ago

Fixed, both HTTP GET and HTTP POST are now supported, although HTTP POST is only supported using application/x-www-form-urlencoded at this time, and not multipart/form-data