Hi andyczerwonka,
I'm only a user like you, but I can give you my experience.
I'm only a user like you, but I can give you my experience.
-
I'm currently using Casablanca to implement http server and works great.
-
Embed http server. In fact, in windows is using HTTP server API from Windows API.
-
I don't have experimented with authorizations, because I implemented it by json messages and secure the channel by SSL. OAuth is included in Casablanca if interested.
-
I have HTTPS currently working on Windows. You can find the discussion about it and a link about how to secure the socket on Windows. In the code, you only need to set de url beginning with "https://...".