CORS origin issue on pimcore 10.6.9 #17361
Unanswered
Thejaswini-Rao-U
asked this question in
Q&A / Support
Replies: 3 comments 1 reply
-
Hi, What's the bundle you are using? I don't recognize this import tool i see in the screenshot's background, at first glance looks like it may be caused there TIA |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kingjia90 , we are using normal import using php code, we dont use any plugin |
Beta Was this translation helpful? Give feedback.
1 reply
-
moving this to discussions, 10.6 is EOL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pimcore version
10.6.9
Steps to reproduce
Hi
When im importing data arround 3k plus, im getting error of cross origin issue attached below
in the controller where the import method is calling, i have added the below code
$http_origin = $_SERVER['HTTP_ORIGIN'];
header("Access-Control-Allow-Origin:".$http_origin);
but this is not working.
In server like prod, QA import doesn't have issue if we import from Linux OS but in windows OS getting same cross origin issue
Please let me know how to solve this issue
Actual Behavior
Not working
Expected Behavior
Should work
Beta Was this translation helpful? Give feedback.
All reactions