Adding custom headers to forms2 POST request?
I have a need to add a custom header — e.g. `X-My-Custom-Header: my-header-value` — to the POST request sent by a marketo embed on a third-party website. The header is needed by a security layer that we have protecting the subdomain used by our marketo instance.
Has anyone ever tried something like this? Any creative javascript solution for intercepting/injecting the header into the POST request?