You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CorsFilter should be able to work with multiple domain names and establish a convention that will connect restcomm domain and rvd domain.
For example given that we have two organizations A and B with domain names A.restcomm.com and B.restcomm.com, RVD requests with the following Origins should get the CORS headers attached:
rvd.A.restcomm.com and rvd.B.restcomm.com
The filter should be able to consider existing organizations names and the exact convention used.
The text was updated successfully, but these errors were encountered:
CorsFilter should be able to work with multiple domain names and establish a convention that will connect restcomm domain and rvd domain.
For example given that we have two organizations A and B with domain names A.restcomm.com and B.restcomm.com, RVD requests with the following Origins should get the CORS headers attached:
rvd.A.restcomm.com and rvd.B.restcomm.com
The filter should be able to consider existing organizations names and the exact convention used.
The text was updated successfully, but these errors were encountered: