cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and i...

Results 217 cpprestsdk issues
Sort by recently updated
recently updated
newest added

Hello, I trying to support OAuth2 server side in my REST service. But i cannot find anything usefull or any clue. Is that possible with the SDK ? Regards Michel

I have used cpprestsdk in Visual Studio 2015 for about 3 years and it has worked well. Now I must switch to Visual Studio 2022 and which cpprestsdk doesn't have...

i just write a simple test vs curl or other lib in linux. so slow so disappointed? such a big company team should not provide produces like this. the test...

C++/WinRT is now the recommended way to write UWP apps. Also C++/CX is not compatible with C++20. I'm trying to migrate our project to C++20 which have dependency on `cpprestsdk`,...

Is there a api documentation generator for cpprestsdk? For example generate Swagger (OpenAPI) documentation.

Hi Team, I am trying to configure SSL on server side i.e by creating a listener. I am setting the https in the listener endpoint. I see SSL_Context callback is...

When the MSB of the initial wchar_t is set, the lowSurrogate would be inferred to be "unsigned". The if statement would be triggered, and the exception "UTF-16 string has invalid...

How to reproduce: - send a request using cpprestsdk - in the server, close the connection before sending the response (eg because of an internal timeout) => the client receive...

I give a follow up to my issue which was closed because of my late answering 😬 (sry): https://github.com/dotnet/aspnetcore/issues/46482 I wish: - to establish a websocket connection to a endpoint...