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

#1493 I meet this error when build tags/v2.10.18. Maybe [!1462](https://github.com/microsoft/cpprestsdk/pull/1462) can solve this error. machine: [Ubuntu 22.04](https://hub.docker.com/layers/library/ubuntu/22.04/images/sha256-817cfe4672284dcbfee885b1a66094fd907630d610cab329114d036716be49ba) on WSL2. --- Merge it and make new tags plz!

Looking for demo working client code for https communication, including the proper usage of signed certificates [similar issue](https://github.com/microsoft/cpprestsdk/issues/1730) was closed referring to the fact that https servers are not supported....

I'm having a problem with the code below. How can I resolve this? CString strResult = jsonDocs[U("name")].as_string().c_str(); // strResult = �߿乮��

### Description When an `http_client` is configured with proxy, the CRL check is not being sent to the proxy configure via `client_config.set_proxy`. ### Client example: ``` http_client_config client_config; web::web_proxy proxy(proxy_url);...

I have created an test MFC project to remove every dependency. [cpprest.zip](https://github.com/Microsoft/cpprestsdk/files/179480/cpprest.zip). Compiled with visual studio 2013. I have added the project using NuGet. After executing the project visual studio...

Colleagues, hello! I have problems with using cpprest in my project caused by size of json that I try to send to server. I realized a small example that indicates...

my cross compile chain is aarch64-buildroot-linux-gnu, during the build process, it was found that many libraries could not be found

fix #1710 clang 14 impose a new restriction on __has_declspec_attribute, the argument can not be empty. https://github.com/llvm/llvm-project/issues/53269 cppresetsdk [cpprest_compat.h](https://github.com/microsoft/cpprestsdk/compare/master...liam-x:cpprestsdk:fix-issue-1710?expand=1#diff-42889c5f05ff275fe4036ca6b5be477e7869ce5a1a74094ba0b2f92a318b4e9e) translate dllimport to empty which cause compilation failure on clang 14....

curl -g 'https://api.binance.us/api/v3/exchangeInfo?symbols=["BNBBTC","BTCUSDT"]' (on windows just remove the -g param) This get request works just fine but fails when added to web::http::uri during the validate uri.cpp >> we hit false...

We are using the C++ REST SDK (2.10.18+) very deeply in a multi-threaded Windows-11 client (VS2022/x64/x86). Now a serious problem occurred, that if the PC woke up from Power Saving...