Browser Cors cross-domain access error (solved)

Firefox browser setting steps:

  1. Enter the Firefox configuration page to set, enter "about:config" in the address bar
  2. Click "I understand this risk" to enter the page
  3. Search for "security.fileuri.strict_origin_policy" and set this item to false
  4. Restart the browser, you can access across domains

Guess you like

Origin blog.csdn.net/isfor_you/article/details/115023857