This may be related to issue #129.
If no data is sent in the request, the simplate works fine.
If data is included, I get the following error:
File "/home1/posscode/python/lib/python2.7/urlparse.py", line 387, in parse_qsl,
ValueError: bad query field: '{"x":"87d7"}'
I am using jQuery $.ajax function.
The data attribute is set to the string as shown in the error msg.
I am using the default contentType which is: 'application/x-www-form-urlencoded; charset=UTF-8'
Neither POST or GET is working,
The simplate page does not appear to be invoked at all.
Any suggestions are appreciated.