You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I would like to know if I can just use the Web server part of Mona in another project.
What code should I use just to run the Web server with certificates?
I see that the instanciation is done here but for all of them
How can I adapt this code when I add as dependency MonaCore in my project only for HTTP/HTTPS?
Also I would like to intercept all the incoming connection and be able to extract all the GET/POST params + the url path of each request after deciphering and manipulate them in my code.
Any suggestions?
Thank you for your support.
The text was updated successfully, but these errors were encountered:
Hi I would like to know if I can just use the Web server part of Mona in another project.
What code should I use just to run the Web server with certificates?
I see that the instanciation is done here but for all of them
MonaServer2/MonaCore/sources/Protocols.cpp
Line 35 in 384d168
How can I adapt this code when I add as dependency MonaCore in my project only for HTTP/HTTPS?
Also I would like to intercept all the incoming connection and be able to extract all the GET/POST params + the url path of each request after deciphering and manipulate them in my code.
Any suggestions?
Thank you for your support.
The text was updated successfully, but these errors were encountered: