rnewson / couchdb-lucene

Enables full-text searching of CouchDB documents using Lucene
Apache License 2.0
769 stars 147 forks source link

ReceivingJSONException: A JSONObject text must begin with '{' at character 1 at org.json.JSONTokener.syntaxError #258

Open Ankesh24 opened 7 years ago

Ankesh24 commented 7 years ago

I am trying to POST HTTPS request to one of the client's server. In turn the response which is returned back from the server is missing "{" from the JSON response.

When the client is testing they are receiving proper response.

Can you please help me out on debugging whats an issue with the code content. Code Snip.txt

Ankesh24 commented 7 years ago

183