ignore 403 error in JS ajax request and continue with the response

后端 未结 0 1692
忘掉有多难
忘掉有多难 2021-01-19 04:13

I have a function like this:

function checkAvailability() {
  try {
    $.ajax({
      type: "GET",
      url: `https://www.example.com/?....`,
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题