Access-Control-Allow-Origin #1

Closed
opened 2021-10-22 11:58:45 +02:00 by chris · 1 comment
Owner

Our server is not configued to allow cross origin.

When this component has been developed this will not be a problem, but during developent we need to resolve this. I suggest configuring the dev server.

Our server is not configued to allow cross origin. When this component has been developed this will not be a problem, but during developent we need to resolve this. I suggest configuring the dev server.
chris self-assigned this 2021-10-22 11:58:45 +02:00
Author
Owner
a2enmod headers
systemctl restart apache2

Edit /etc/apache2/sites-enabled/dev-archive.hangar.org.conf

<VirtualHost *:80>
        Header set Access-Control-Allow-Origin "*"
        ...
``` a2enmod headers systemctl restart apache2 ``` Edit `/etc/apache2/sites-enabled/dev-archive.hangar.org.conf` ``` <VirtualHost *:80> Header set Access-Control-Allow-Origin "*" ... ```
chris closed this issue 2021-10-22 12:25:20 +02:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: arcHIVE-tech/Arc-hive-list#1
No description provided.