Alex BourgOriginal post
Web Developer
Hi, I created a starter function, it's available on this domain: https://6611931e24e45c8e6947.cms.itexpertnow.com
when I access it externally, it doesn't work... but when I deployed it from https://cms.itexpertnow.com it works ok... is this is how it's support to work?
Summary
Developers wondering if they can access functions externally on a specific domain. The function works when deployed internally but not externally. They are looking for guidance on whether this is expected behavior.
Solution: The issue may be related to CORS (Cross-Origin Resource Sharing) restrictions. Enable CORS on the server hosting the function to allow external access.