eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

Hacky json support #21

Closed Commaster closed 7 years ago

Commaster commented 7 years ago

Dear Eddie Carle,

I've been getting really frustrated each time I received a json post, which resulted in a "500 Internal server error". So I wrote this quick hack to supply a json-style post to the application in a "data" post field.

Users should be able to use any of the numerous json parsing libraries on github to deal with the "data".

This is in no shape or form a proper json post support, but at least it works now.

Cheers, Commaster