I'm trying to make source that requests to specific https URL with request header using c++ rest sdk.
ex)https://111.0.0.1:1111/vl/api/auth
Then, I want to allocate response value to char* value and print.
It is first time to use rest sdk. So I searched many things.
But,there are no solutions request 'Get' with request header
RequestHeader is like this :
id:"1234567890"
auth:"7d8ffbecb05d59459f96d6e3aac8542e"
But I don't know what to do
httpclient client(U("http://localhost:9991/test"));
////then How???
I need your help!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…