> I must assume that A4D treats it as raw data leaving the parsing of the > payload to me which is fine as long as the query string would be handled > to allow session usage which is not the case for now.
Correct, the query string should actually be checked for all content types. If the content type is application/json and it's a POST, I should place the parsed JSON into _form. > CORS does not seem to work for me. That's because you are trying to do a partial match, and the documentation in Cors.ini was wrong or ambiguous. It's an exact match, unless you use a regex. Regards, Aparajita _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://active4d-nabble.aparajitaworld.com/
