Can anyone help with hs.URLAction? I have a call with a URL and three headers
Accept: application/json
x-ibm-client-id: 1111-111-111111-1111
x-ibm-client-secret: kejcfkrjnklrejgc;kerjvnkchg;jkrtghn
I have tried this
result = hs.URLAction(URL, "GET", "", "accept: application/json, x-ibm-client-id: 1111-111-111111-1111, x-ibm-client-secret: kejcfkrjnklrejgc;kerjvnkchg;j")
I just get errors no matter how I format the headers!
Any help appreciated !!
(the keys are not real/valid)
Cheers
Scott
Accept: application/json
x-ibm-client-id: 1111-111-111111-1111
x-ibm-client-secret: kejcfkrjnklrejgc;kerjvnkchg;jkrtghn
I have tried this
result = hs.URLAction(URL, "GET", "", "accept: application/json, x-ibm-client-id: 1111-111-111111-1111, x-ibm-client-secret: kejcfkrjnklrejgc;kerjvnkchg;j")
I just get errors no matter how I format the headers!
Any help appreciated !!
(the keys are not real/valid)
Cheers
Scott
Comment