zaus / forms-3rdparty-xpost

Converts external submission from [Forms: 3rdparty Integration](http://wordpress.org/plugins/forms-3rdparty-integration/) plugin to XML post; optionally can add custom headers (to allow SOAP submissions).
4 stars 2 forks source link

Need help with hmac header authentication #25

Closed Carlitos-Wayoff closed 7 years ago

Carlitos-Wayoff commented 7 years ago

Can this be done with this plugin?? http://developer.urb-it.com/docs/create-the-hmac-signature/ One comment on this page is the json body must be in javascript, that is not necessary here.

zaus commented 7 years ago

Not intrinsically, but you can hook to the same 'service_filter_args' that this plugin does (with a lower priority value to get there before this plugin transforms the body, if necessary) to add your own processing.

It does support shortcodes in the header so you could write one instead, but since you need access to the submission it's probably not that useful.