01-11-2020, 07:27 AM
(This post was last modified: 01-11-2020, 07:30 AM by simplextech.)
(01-11-2020, 07:06 AM)Dean Roddey Wrote: Actually, I should say that you can get the query parameters sent with either GET or POST. You don't get any incoming body content, so if the POST involved incoming body content, then no, it can't handle that currently. Parsing HTML body content is a pretty big topic and at the time CML-Bin was created there may not have even been sufficient CML functionality to do it for anything beyond very basic text.
If you just want to get the query parameters, that's covered by Query/Post Parameters here:
https://www.charmedquark.com/Web2/CQCDoc...=/Overview
I'll check the other link as well because I need the body contents. [EDIT] yeah that only discusses the query parameters. I need to process the body content.