bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.
https://developers.coinbase.com/api/v2
MIT License
170 stars 92 forks source link

iFrame - Stopped working within website suddenly #15

Closed MaruthiPrasadA closed 9 years ago

MaruthiPrasadA commented 9 years ago

@bchavez : Today we are getting strange issue, even with Live implementation for Coinbase, with iFrame binding in our website payment page. Instead of displaying the bitcoin address on which bitcoin payment accepted, it is displaying below message:

X This content cannot be displayed in a frame To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.

What you can try: Open this content in a new window

Attached the Actual and Strange behaviors of coinbase iFrame recently.

Please guide us to get over this behavior. Thanks in advance. coinbase actual iframe coinbase iframe

bchavez commented 9 years ago

Did you try doing what the message describes?

As the error message says..... _"To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame."_

You probably cannot embed the Bitcoin checkout in an IFRAME. Try the whole process without an IFRAME.

MaruthiPrasadA commented 9 years ago

@bchavez :

Thanks for the reply. We got confirmation from Coinbase that the problem is at their end yesterday Morning and it got rectified. Just now we tested and it is working without single piece of code change.

Once again, thank you @bchavez for your responses.

bchavez commented 9 years ago

Great, glad you got it working. I will close the issue now.