Can anyone help me with the changes of the web.xml for enabling api?
I am getting the attached error if im trying to hit the api URL from Pega. In the web.xml, we have defined the url-pattern as below in the WebStandard servlet mapping, but it doesn't seem to work for us.
<servlet-mapping>
<servlet-name>WebStandard</servlet-name>
<url-pattern>/api/*</url-pattern>
</servlet-mapping>
Is there something we can do to make it work? We can't use /* alone as it breaks some other functionality for us.
***Edited by Moderator Marissa to update platform capability tags****