01-26-2020 10:38 PM
not able to add CORS allowed_origin list to Cisco Finesse 12.0 Sandbox.
used the below command in putty:
utils finesse cors allowed_origin add https://hq-uccx-abc.inc:8445
getting this error:
"Operation failed, please enter valid origin(s). eg: https://<fqdn>:[port]"
for all valid URL's
Solved! Go to Solution.
01-28-2020 01:57 PM
Hi,
I was able to reproduce the problem. This is what fixed it for me:
1. Delete the existing list. I noticed that there is a "null", so maybe that is causing issues:
utils finesse cors allowed_origin delete (selected a for all when prompted)
2. Added the origin: utils finesse cors allowed_origin add https://hq-uccx.abc.inc:8445
It was successful and I was able to see it in the list
Thanx,
Denise
01-27-2020 09:14 PM
01-28-2020 01:57 PM
Hi,
I was able to reproduce the problem. This is what fixed it for me:
1. Delete the existing list. I noticed that there is a "null", so maybe that is causing issues:
utils finesse cors allowed_origin delete (selected a for all when prompted)
2. Added the origin: utils finesse cors allowed_origin add https://hq-uccx.abc.inc:8445
It was successful and I was able to see it in the list
Thanx,
Denise
01-28-2020 10:43 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide