HTTP状态403-Ajax请求被拒绝(会话已过期)

时间:2019-05-14 05:40:10

标签: javascript ajax jsp servlets

    console.log("AJAX CALL IN JS METHOD");
    var data="inputUserID="+"05102019";
     $.ajax({
           type: 'POST',
           url: 'AjaxHandler',
           data: data,
           success: function( data ) {
            alert("URL is correct");
           },
           error: function(xhr, status, error) {
              alert("URL is wrong");
           },
           dataType: 'text'
        });
   ```

HTTP状态403-Ajax请求被拒绝(会话已过期)  类型状态报告
 消息Ajax请求被拒绝(会话已过期)

描述禁止访问指定资源。

Apache Tomcat / 7.0.64

任何人都可以帮助我。

0 个答案:

没有答案