Hi all,
When using the HTTP Request I am receiving a 400 response because I have cors options enabled on my endpoint.
Does anyone know the flowxo origin url so I can add it to my corsOptions and accept the request?
Eg:
const corsOptions = {
origin: [
‘https://flowxo.com’
methods: ‘POST’
};
Thanks in advance!