Skip to content

Conversation

@kjeldahl
Copy link
Contributor

This is an updated version of #25

Incorporating the original review comments and changes from main in the mean time

Sandro Liebscher and others added 2 commits May 20, 2025 08:58
To do this you have to give the option to the *wsse_signature*!
Like so:
Savon.client({
  …
  wsse_signature:
    Akami::WSSE::Signature.new(
      Akami::WSSE::Certs.new(…),
      timestamp: true)
}
It is also possible to give created_at and/or expires_at like this

Savon.client({
  …
  wsse_signature:
    Akami::WSSE::Signature.new(
      Akami::WSSE::Certs.new(…),
      {timestamp: true,
      created_at: Time.now-10,
      expires_at: Time.now + 600})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant