Customer is trying to create a ticket in Service Catalog.
After the fields are filled and the Create Ticket button is clicked nothing happens.
Release : 17.3
Component : Catalog - SSL/HTTPS Issue
In Developer Mode, we see the following error:
The censored portion contains the URL for Service Catalog.
Verify the web.xml under
<filter>
<filter-name>CorsFilter</filter-name>
<filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
<init-param>
<param-name>cors.allowed.origins</param-name>
<param-value> "VERIFY CORRECT URL HERE"</param-value>
</init-param>
<init-param>
web.xml Default Location
USM_HOME%\view\webapps\usm\WEB-INF