Bronze 3
Since ‎11-10-2021
3 weeks ago

My Stats

  • 7 Posts
  • 0 Solutions
  • 4 Likes given
  • 2 Likes received

Hansil's Bio

Badges irina-gherman-d Earned

View all badges

Recent Activity

Hi, I have a resource file of type Javascript, defined at the environment level. I want to create a shared flow which will be capable of reading this resource file (which contains a configuration) and process it using some javascript code. How can I ...
Having this piece of code, hmac.computed_base64 {hmacSha256(private.hmacSecretKey,hmac.stringToSign,'utf-8','base64')} how can i get this base64URL encoded, and not simple base64 encoded?
any ideas if I can define my own message template function? i am having the following code, defined for a HMAC signature calculator. hmac.stringToSign {request.header.X-Request-DB-ID}:{encodeBase64(sha256Hex(request.content))} I would like to use a...
I am trying to use a message template to set a header to a date that is in RFC 1123 format, e.g."Tue, 15 Feb 20222 10:01:45 GMT" . I looked at the timeformat function, but the examples on the Apigee doc are pretty simple ones. I've trying the followi...
Likes from