ssl - c++ rest sdk https server implemention (Windows) -
i have dabbled c++ rest sdk while , got around making server , client fully.
the problem http requests client server seem plaintext so when want try logging in,
the uri http://... login?email=anemail@gmail.com&password=123456 new network programming this doesn't seem secure , understand https way go... far no info though how setup http on ssl server casablanca c++ rest sdk.
has here tried this? maybe need additional library specifically?
casablanca support https on client side http_client on platforms, http_listener https works on windows only. use https specify scheme of uri when constructing http_client or http_listener object https, example 'https://www.google.com'.
Comments
Post a Comment