Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

XMLHttpRequest cannot load <url> due to access control checks [IOS]

New Here ,
Feb 05, 2021 Feb 05, 2021

Hello,

I’m trying to make a http request to local network and I received the following error:

 

Preflight response is not successful
XMLHttpRequest cannot load <url> due to access control checks.
Failed to load resource: Preflight response is not successful

 

My request: 

 

axios
 .get('<url>')
 .then(res => {
  console.log(res)
 }).catch((err) => {
  if (err.status === 500) {
   // error
  } else {
   // error
  }
 })

 

I tried to set some headers to this request like Access-Control-Allow-Origin, Access-Control-Allow-Headers, Access-Control-Allow-Methods. Unfortunately it didn’t work.

 

This issue is only in iOS app. In android app or browsers the request works properly.

 

Can anyone help me? Thanks!

1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 25, 2021 Feb 25, 2021

Vesselin, which Adobe software or service is your question in relation to?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 04, 2025 Feb 04, 2025

Hey, I am expiriencing the same problem, have you solved it?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 10, 2025 Feb 10, 2025
LATEST

Hi 

@matyas_0975

,

 

Welcome to the community! Could you please elaborate more about the issue you're experiencing? Which version of the Creative Cloud Desktop App and operating system you're on? 

 

We're here to help, just need some info.

 

Regards,

Tarun

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines