How do I make an HTTP Post with HTTP Basic Authentication, using POCO?
- by Alyoshak
I'm trying to make an HTTP Post with HTTP Basic Authentication (cleartext username and password), using POCO. I found an example of a Get and have tried to modify it, but being a rookie I think I've mangled it beyond usefulness. Anyone know how to do this?
Yes, I've already seen the other SO question on this: POCO C++ - NET SSL - how to POST…