[ACCEPTED]-POCO C++ - NET SSL - how to POST HTTPS request-poco-libraries
Accepted answer
You are setting content type like this:
req.setContentType("Content-Type: application/x-www-form-urlencoded\r\n");
which 1 should be:
req.setContentType("application/x-www-form-urlencoded\r\n");
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.