Hi guys, I'm trying to implement a simple server that responds to calls JSON (JSON RPC). I'm using this tutorial http://www.freepascal.org/~michael/articles/webserver1/webserver1.pdf
Works well, but does not recognize POST methods sent as JSON, only recognizes when sending HTTP forms. When I try to send a JSON call, the server receives an OPTION method. In lazarus projects wizards and brook framework wizards work fine, with the actions and same JSON call. I use ajax with json dataType and contentType application/json. I need charge contents types on server? I need to implement something more? What could be wrong? Thanks Best regards José Benedito JBS Soluções Consulting Systems Development c <[email protected]>[email protected] www.jbsolucoes.net skype: [email protected]
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
