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 [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
