• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

cors

  1. K

    Issue CORS error and Error 428

    Hello, I'm facing CORS errors and Code 428 when I'm trying to reach data from my backend who is in subdomain. The frontend is accessible by temporary (technical) domain. Can you please help me to solve this problem I'm facing on my two plesk servers. I tried a lot of solutions I found on...
  2. M

    Issue plesk cors policy, either no header or multiple headers

    I needed to enable cors, so i followed this guide: https://support.plesk.com/hc/en-us/articles/115001338265-How-to-set-up-CORS-cross-origin-resource-sharing-in-Plesk-for-Linux- I am adding the additional apache directives to the 'additional directives for HTTPS' as Header set...
  3. E

    Issue Again problem with CORS (cross-origin resource sharing)

    Hi all, A year ago we had a cors problem reported by a customer on a Wordpress using a main domain and another domain for a version of another language. There was a "Cors origin" issue with the Wordpress Beaver content editor. We solved the problem by stating this: Apache Settings SetEnvIf...
  4. T

    Issue CORS Header does not apply to site

    My site stats.gamerforge-discord.de requests data from my own API, Because of that I followed this Guide to setup a CORS header with apache. But the requests doesn't contain the header and is still beeing blocked. I don't know what could be the problem.
  5. P

    Issue Plesk NodeJS Server CORS error

    Good evening. I'm having a similar problem to the following: https://support.plesk.com/hc/en-us/articles/115001338265-How-to-set-up-CORS-cross-origin-resource-sharing-in-Plesk-for-Linux- . In my case I'm trying to run a NodeJs server. http2 & Nginx are active. The NodeJS server is directly...
  6. A

    Issue Cors restrictions even though headers are fine

    I receive cors restrictions even though I set headers in apache and nginx settings and I receive: ``` access-control-allow-credentials: true access-control-allow-headers: X-Requested-With,Content-Type,Authorization access-control-allow-methods: GET, POST, PUT, DELETE, OPTIONS...
  7. J

    Resolved Unable to change CORS header

    Hi Setting the CORS header is a major headache. Most of the time, nothing happens, two headers will be applied or the wrong header will be applied. I have set a CORS header for nginx (example.com and example2.com for privacy reasons): add_header 'Access-Control-Allow-Origin'...
  8. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    I'm trying to add a directive on the Plesk panel for nginx, but unfortunately I can't find where to add it. I have a cors problem in fonts with CDN. location ~ \.(ttf|ttc|otf|eot|woff|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$ { add_header Access-Control-Allow-Origin...
  9. PiTiNiNjA

    Question How to manage CORS with PHP using Plesk

    Hello! I'm having trouble trying to enable CORS on my PHP API. If I put header('Access-Control-Allow-Origin: *'); in my PHP code, it has no effect. But if I put Header set Access-Control-Allow-Origin * in the Plesk Apache configuration, then it works. How can I let PHP manage the CORS...
  10. L. Hagen

    Resolved nginx proxy and CORS problems

    Hi, this is my first post and I really hope that someone of you can help me, please. Since two days I'm trying to get running CORS via a HTTPS connection. The beakcground: nginx as a proxy for apache (OS is Ubuntu) on a virtual root server CDN at Amazon CloudFront where the fonts are stored...
  11. L

    Issue Plesk API don't support CORS preflight OPTIONS Request

    Hey there, I'am going to write an Angular2-Module for Plesk API for my own small Needs. I noticed that Plesk don't Support the CORS preflight OPTIONS request: https://www.html5rocks.com/en/tutorials/cors/ Is there any Option to allow that request so I can continue my work? (For this...
  12. nisamudeen97

    Plesk is preventing CORS headers from reaching external servers

    Hi, I was using plesk 12.1 and cors headers were working fine on websites as expected. I used the doc https://www.maxcdn.com/one/tutorial/how-to-use-cdn-with-webfonts/ to enable it. Nginx is listening on port 80. Unfortunately I have updated plesk to 12.5 suddenly cors headers stopped...
Back
Top