X-Frame-Options 拒绝加载:ccavenue iframe 工具包

Load denied by X-Frame-Options: ccavenue iframe kit

我收到以下错误

Load denied by X-Frame-Options: http://www.sarvins.com/checkout/onepage/failure/_secure%20/1/ does not permit cross-origin framing.

是的,我也有这个问题,我已经解决了 提交自定义数据有 3 种类型,iframe 和非无缝 如果你想要 iframe 集成,你必须这样做
当你像 is

这样在 ccavenue 中提交表单时

集成套件 参数 Name:Parameter 值: 必填信息

                <input readonly="readonly" type="hidden" name="tid" id="tid" value=""/>



            <!-- <tr>
                <td>Order Id    :</td><td><input type="text" name="order_id" value="123654789"/></td>
            </tr> -->
            <tr>
                <td>Amount  :</td><td><input type="readonly" id="amount" name="amount" value="6000.00"/></td>
            </tr>
            <tr>
                <td>Currency    :</td><td><input type="readonly" name="currency" value="INR"/></td>
            </tr>
              <tr>
    <input type="hidden" name="redirect_url" value="http://api.jeenees.com/ccavResponseHandler"/>
            <input type="hidden" name="cancel_url" value="http://api.jeenees.com/ccavResponseHandler"/>

                <input type="hidden" name="language" value="EN"/>

         <tr>
            <td>Billing Name</td>
            <td><input type="text" name="billing_name" value="Peter" /></td>
        </tr>
        <tr>
            <td>Billing Address:</td>
            <td><input type="text" name="billing_address"
                value="Santacruz" /></td>
        </tr>
        <tr>
            <td>Billing City:</td>
            <td><input type="text" name="billing_city" value="Mumbai" /></td>
        </tr>
        <tr>
            <td>Billing State:</td>
            <td><input type="text" name="billing_state" value="MH" /></td>
        </tr>
        <tr>
            <td>Billing Zip:</td>
            <td><input type="text" name="billing_zip" value="400054" /></td>
        </tr>
        <tr>
            <td>Billing Country:</td>
            <td><input type="text" name="billing_country" value="India" />
            </td>
        </tr>
        <tr>
            <td>Billing Tel:</td>
            <td><input type="text" name="billing_tel" value="9718165631" />
            </td>
        </tr>
        <tr>
            <td>Billing Email:</td>
            <td><input type="text" name="billing_email"
                value="testing@domain.com" /></td>

如果你想让你的 ccavenue 页面在框架中,那么你有两个在其中添加这个参数

<td><select id="frame" name="integration_type">

 <option value="iframe_normal">iframe_normal</option>

</select></td>

然后当您在 ccavenue 中提交您的发件人时,它会自动检测到它是一个 iframe 表单