Pronovix / swagger_ui_formatter

Swagger UI Field Formatter for Drupal
GNU General Public License v2.0
3 stars 12 forks source link

CORS Issue #104

Open viktor-borysiuk opened 4 months ago

viktor-borysiuk commented 4 months ago

Hi everyone, I have next problem. I have custom route that renders the OpenAPI Sepc file using this formatter. The environment is pointed to external url (public domain) and also internal. When I am trying to reach one of them I am able to see the page with the swagger formatter. When I am trying to reach out another domain for this environment, I am getting CORS issue message, since page is cached and it tries to get file from the previous reached domain.

Is there any specific configurations fro swagger formatter that should be applied or it's server side issue?

Thank you in advance!