I need to be able to do this:
The reason I need to be able to do this is because the rest request requires an api key that is not userid/password based. Any thoughts?
Code:
rc = http_setOption( 'Authorization' : 'myEncodedApiKey123KuanYa#/0*3' );
Comment