how to set credentials while using C++ REST SDk
pramodbugudai opened this issue · 0 comments
pramodbugudai commented
Hi Experts,
I am trying to make a GET request using the C++ REST SDK and when I try to set user name and password
using the class credentials cred(L"username", L"pwd") it crshes my program on an API http://localhost:8080/api/v1/Users . Any clues on this. Not able to proceed further. Any help is appreciated.