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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: