11-02-2018 05:27 AM
I have created triggered task in cloudplex which is tested & working from postman but the same is not working from javascript. Just want to know if any one done any setup for Cross Origin Request Sharing (CORS) in snaplogic cloudplex
11-02-2018 10:48 PM
Yes I have read the documentation & configured accordingly Now its working fine 🙂
11-19-2021 06:13 AM
Hi, @mbowen,
yes the request sends the Authorization header, since it is a call to the SL task, which requires a token, so looks like I cannot avoid a preflight call.
I tried a host without asterisk, actually I have both records at the same time - with full domain and with wildcard.
Actually I expected that after setting the Allowlist I will have Access-Control-Allow-Origin header in response.
I want to understand where is a problem, I can think about these reasons:
Thank you.
11-23-2021 01:21 AM
Hi @tlikarish,
your solution works, thank you so much!