Return json resopnse start with //{}

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Return json resopnse start with //{}

Anchit Jindal
Hi All

On call jQuery.getJSON it returns me JSON response starts with //{response} i am not able to find out what is the reason behind this. In the previous version of ofbiz it works fine i recently upgrade my ofbiz version after that i give this error.
Reply | Threaded
Open this post in threaded view
|

Re: Return json resopnse start with //{}

Anchit Jindal
I got solution for this Thanks to Pierre Smits :)  i am sending GET request by changing to POST it returns proper response. but point is don't know the reason with Get request is it bug in ofbiz or issue with my code. Any ways Thanks