Capturing post data from C++ application in Codeigniter 4 |
Here is the line from the C++ app that calls the controller in question:
Code: subscriptioninfo = pSession->OpenRequest(CHttpConnection::HTTP_VERB_POST, address, NULL, NULL, NULL, NULL, INTERNET_FLAG_SECURE | INTERNET_FLAG_RELOAD | INTERNET_FLAG_DONT_CACHE); |
Welcome Guest, Not a member yet? Register Sign In |