Home > front end >  Low ios version could not identify the full path to the ajax request url?
Low ios version could not identify the full path to the ajax request url?

Time:10-27

As title, ios11.4 version send ajax requests, don't respond,
Requested url/aaa/BBB is normal
But is http://aaa/bbb can appear when full path to the bug,
This url is joining together the full path of the
Var urls='http://www.blablabla/'
$. Ajax ({
Url: urls + 'aaa/BBB'
.
})
  • Related