The most recent content from our members.
Hi! In Thomson-Reuters-World-Check-One-API-documentation.v1.5 we can see request example and description for it "Given the above signing text, if a secret key of “1234” is used, the computed HMAC-SHA256 value would be 224B73FC07571E60E8B8D9BAB8107C656D3171F346B96183C665FD4C5330B85D when printed using hex encoding, or…
When I try to send test request to WC1 through POSTMAN, I got errors like that { "message": "Authorization header requires 'Credential' parameter. Authorization header requires 'Signature' parameter. Authorization header requires 'SignedHeaders' parameter. Authorization=Signature…
From the pre-request script, I convert JS to RoR code: def generateAuthHeader(dataToSign) hash = OpenSSL::HMAC.digest(OpenSSL::Digest.new('sha256'), config[:api_secret], dataToSign) Base64.encode64(hash).strip end date = Time.now.httpdate When I try to replace Authorization & Date generated from Postman example to API…
It looks like you're new here. Sign in or register to get started.