cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Header is missing in HTTPS request reply API call

ErikDM
Explorer
5,977

I'm sending a request with 4 Headers:

- Date: 2020-07-06T13:05:56Z

- Authorization: Bearer access token
- Accept: application/vnd.api+json

- Digest: SHA512(raw_payload)
- Signature: BASE64(RSA_SHA256_SIGN(PRIVATE_KEY,SIGNING_STRING))

But the target system does not receive my date-header that is required?

Is there anyone who can me help out here why this header is not sended???

View Entire Topic
Sriprasadsbhat
Active Contributor
0 Likes

Hello Erik,

First part is your target system should send the response back to you with populating this header.If you perform the setting I have suggested in earlier comment then SAP CPI will not truncate the header you want to retain and it should be available for you in the response.

Also please update the screenshots as couple of them are not visible or properly updated.

If you want to retain this header in SAP CPI then store it to Property before your request step so that it willnot be vanished after your request reply.

Regards,

Sriprasad Shivaram Bhat

ErikDM
Explorer
0 Likes

Hi Sriprasad,

Thanks for your reply, but that is not the problem.

The target system does not receive the header Date (all other headers they receive correctly)

Although i am sending also the Date-header.

See information i posted.

Regards,

Erik