小编Inf*_*box的帖子

此分发未配置为允许HTTP请求

This distribution is not configured to allow the HTTP request method that was used for this request. The distribution supports only cachable requests. 
Run Code Online (Sandbox Code Playgroud)

我已将网站配置为仅在令人惊叹的云端接受https.简而言之,您有一个php登录表单,并在成功登录后重定向用户,如下所示:

 if(isset($_POST['login'])){

[...]
        echo "<script>window.open('coursePayment.php?crs_id=$crs_id','_self')</script>";
Run Code Online (Sandbox Code Playgroud)

以下是表格:

 <form style="margin-top:-20px" method='post' action='' class='form-horizontal' role='form'>
       <input type="hidden" id="couponCodeLogin" name="couponCodeLogin">
        <input type="hidden" id="couponCodeLoginAmount" name="couponCodeLoginAmount">
<br><br>
 <div class="group">      
            <input type='text' class='form-control' name='email' required>
      <span class="highlight"></span>
      <span class="bar"></span>
      <label>Email</label>
    </div>

    <div class="group">      
            <input type='password' class='form-control' name='pass' required>
      <span class="highlight"></span>
      <span class="bar"></span>
      <label>Password</label>
    </div>


            <h5 style="color:#FF6400; cursor:context-menu; margin-top:0px" class="displayForgotPassword">Forgot your password? Click here to …
Run Code Online (Sandbox Code Playgroud)

html php forms https amazon-web-services

25
推荐指数
3
解决办法
2万
查看次数

标签 统计

amazon-web-services ×1

forms ×1

html ×1

https ×1

php ×1