D
D
Dmitry Marchenko2020-09-01 11:49:51
C++ / C#
Dmitry Marchenko, 2020-09-01 11:49:51

How to send a POST request to the server in pure Visual C++ or WinApi over HTTPS and HTTP protocols?

By pure Visual C++ I mean the standard library urlmon.h or others. I know there are better libraries out there, but I need to do everything from scratch. If WinApi, then with support for the HTTPS protocol.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
res2001, 2020-09-01
@res2001

You can use the functionality of the microsoft wininet library. It is available by default in Windows. You can start here:
https://docs.microsoft.com/en-us/windows/win32/api...
https://docs.microsoft.com/en-us/windows/win32/api...
True, I I don’t know what she has with HTTPS support.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question