第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

我有一個(gè) AMP 表單,但由于某種原因,它在提交時(shí)出錯(cuò)

我有一個(gè) AMP 表單,但由于某種原因,它在提交時(shí)出錯(cuò)

PHP
夢(mèng)里花落0921 2023-03-26 16:00:01
我有一個(gè)帶有 amp-form 組件的 AMP 網(wǎng)站,但由于某種原因無(wú)法提交表單??刂婆_(tái)錯(cuò)誤https://prnt.sc/shu7i0和網(wǎng)絡(luò)錯(cuò)誤https://prnt.sc/shu85g。您還可以在此處查看實(shí)時(shí)網(wǎng)站https://frontlinewebtech.com/traderharian/。請(qǐng)幫忙這是我的 html<form class="subscribe-form flex flex-middle" method="POST" action-xhr="/mail.php" target="_top">    <div class="form-control">        <input type="email" required name="email" placeholder="Alamat email">    </div>    <button class="btn-subscribe" type="submit">Daftar</button></form>這是我的 PHP<?phpif(!empty($_POST)){    $email = $_POST['email'];    $formcontent=" From: $email";    $recipient = "bishnu051@gmail.com";    $subject = "email from website";    $mailheader = "From: $email \r\n";    mail($recipient, $subject, $formcontent, $mailheader) or die("Error!");    $domain_url = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]";    header("Content-type: application/json");    header("Access-Control-Allow-Credentials: true");    header("Access-Control-Allow-Origin: ". str_replace('.', '-','https://frontlinewebtech.com/'));    header("AMP-Access-Control-Allow-Source-Origin: " . $domain_url);    header("Access-Control-Expose-Headers: AMP-Access-Control-Allow-Source-Origin");    header("AMP-Redirect-To: https://example.com/index.html");    header("Access-Control-Expose-Headers: AMP-Redirect-To, AMP-Access-Control-Allow-Source-Origin");     echo json_encode(array('name' => $name));    exit;}?>
查看完整描述

1 回答

?
翻過(guò)高山走不出你

TA貢獻(xiàn)1875條經(jīng)驗(yàn) 獲得超3個(gè)贊

我檢查了您的所有附件,發(fā)現(xiàn)此錯(cuò)誤是由于 406“不可接受”原因造成的。

在此服務(wù)器上找不到所請(qǐng)求資源的適當(dāng)表示。此錯(cuò)誤由 Mod_Security 生成。

復(fù)制以下文本并將其粘貼到域根目錄下的 .htaccess 文件中。

<IfModule mod_security.c> ? ?SecFilterEngine Off ? ?SecFilterScanPOST Off </IfModule>

或檢查您的 apache mod_security 配置。

查看完整回答
反對(duì) 回復(fù) 2023-03-26
  • 1 回答
  • 0 關(guān)注
  • 128 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)