CORS Origin HTTP Request 400

(Splnty) #1

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!

(John Jackson) #2

Could you kindly post some more info about where your request is originating and where is the URL you’re accessing? Also the details of the request too. Thanks.

(Splnty) #3

I added ‘https://flowxo.com’ and it ended up working anyway!

Thanks for the reply!

Matt