Signing request confusion #32
|
here Signing Beckn APIs in HTTP At 4th step, please confirm
Request data format is this, (created): 1641287875 or this, (created): 1641287875 Also Please confirm |
Replies: 1 comment
|
signString = "(created): " + currentTime + "\n(expires): " + (currentTime + VALIDITY)+ "\ndigest: BLAKE-512=" + blakeHash + ""; |
signString = "(created): " + currentTime + "\n(expires): " + (currentTime + VALIDITY)+ "\ndigest: BLAKE-512=" + blakeHash + "";