Information on your n8n setup
- n8n version: 1.78
- **Database (default: SQLite):**default
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**default
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**npm
- **Operating system:**default
I have the following workflow at
https://mydomain/webhook/html2
In a browser it brings back correctly some text and images
I have set cors to the webhook = https://mywebsite.co.uk
In a web app running on
https://mywebsite.co.uk/admin/
I call the request and get
Edge
admin/:1 Access to XMLHttpRequest at ‘https://mydomain/webhook/96be99ad-676b-480a-93cc-c06bc70471b9’ from origin ‘https://mywebsite.co.uk’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Chrome
Access to XMLHttpRequest at ‘https://n8n.zenojustice.app/webhook/html2’ from origin ‘https://mywebsite.co.uk’ has been blocked by CORS policy: The ‘Access-Control-Allow-Origin’ header contains multiple values ‘https://mywebsite.co.uk, *’, but only one is allowed.
I have tried various urls etc etc & ‘*’
I only have https://mywebsite.co.uk in the CORS value not more than one.
workflow