I would expect POST method be larger than GET method. Why isn't it?
Anyway is there a way to increase the post size? I want to submit really
large queries which take just a few seconds to answer(Not intensive
queries.)

On Wed, Apr 1, 2009 at 9:25 AM, Jens Lehmann <
lehm...@informatik.uni-leipzig.de> wrote:

>
> Hello,
>
> Ahmet YILDIRIM wrote:
> > What are those parameters? I don't know. when I set the sparql_query
> > length to 633(in utf8 encoding) and ecode it with urlencode and use curl
> > to post it, it works. Longer queries doesn't work.
> >
> > Can the problem be because of another reason rather than query length?
>
> I just made a couple of tests with the content-length by simply
> replacing ?a by ?aaa... in your query. The result is that the POST
> method works up to a content-length of 1024 (explicitly specifying the
> content-length in the header did not help) and the GET method works up
> to a URL length of 4092.
>
> Kind regards,
>
> Jens
>
> --
> Dipl. Inf. Jens Lehmann
> Department of Computer Science, University of Leipzig
> Homepage: http://www.jens-lehmann.org
> GPG Key: http://jens-lehmann.org/jens_lehmann.asc
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Dbpedia-discussion mailing list
> Dbpedia-discussion@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>
------------------------------------------------------------------------------
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to