By Justice3000
I am completely stomped here. My function works perfectly with curl and postman but I just can’t invoke it using the REST API endpoints from browser.
Access to XMLHttpRequest at 'https://Myfunction' from origin 'https://someURL' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
any ideas?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Is your serverless function deployed as part of an App under the App Platform?
If this is the case, you need to the List of Approved Origins. To do that go to https://cloud.digitalocean.com/apps, click on your app, click Settings, and click the resource whose CORS policies you would like to edit. Under the CORS Policy heading, you will be able to add an origin and specify which match type to use.
Let me know how it goes!
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
