Dears,
The customer web application has a dynamic URL format.
For example:
www.CustomerDomain.com/detailsA/req?id=123
www.CustomerDomain.com/detailsB/req?id=321
www.CustomerDomain.com/detailsC/req?id=13756
So, in the OAuth within PureCloud, I tried the following:
www.CustomerDomain.com/*
www.CustomerDomain.com//req?id=
But obviously, it does not work.
What is the possible solution while I am using "Token Implicit Grant (Browser)" in order to let the customer create an outbound campaigns from his application.
Note: the customer cannot use NodeJS!
Is there a way to deal with dynamic URIs?
Please, any solutions? Suggestions?
Best Regards,
Ali