I'm using the Zuora hosted payment iframe. In short, you load the Zuora library to give you access to a Z
object containing the Zuora API methods. Using Z.render()
to render the payment form into an iframe.
When the iframe loads this error is shown in the console:
Invalid 'X-Frame-Options' Header when loading '[URL-HERE]': ' ' is not a recognized directive. The header will be ignored.
Based on the MDN docs for X-Frame Options the available directives are DENY
, SAMEORIGIN
, or ALLOWFROM [URL]
.
Is this directive supposed to be set on our server making the request? Or is this an issue on the e-commerce's API?