Question
Jetty Technologies
PL
Last activity: 26 Jul 2022 4:29 EDT
Issue with NewCovered Harness resulting in 403 Fordbidden http response
Hello Pega enthusiasts,
I've stumbled upon an issue while using the "NewCovered" Harness (Work- class) in order to create a child case. Once "Create" button is clicked it results in 403 Forbidden http response from my tomcat app server. I did some digging and I believe it might be caused by some OOTB script triggered by the button using window.location DOM object which should probably be overriden by calling openWorkByURL(url, event) js method instead.
The button is supposed to call the "AddCovered" activity from what I can see in the harness definition, but run-time config does not reach it. Instead, in DevTools I can see a URL being called and returning the aforementioned http response:
This URL has got to be somehow generated and I think it must be the rootcause here.
Hello Pega enthusiasts,
I've stumbled upon an issue while using the "NewCovered" Harness (Work- class) in order to create a child case. Once "Create" button is clicked it results in 403 Forbidden http response from my tomcat app server. I did some digging and I believe it might be caused by some OOTB script triggered by the button using window.location DOM object which should probably be overriden by calling openWorkByURL(url, event) js method instead.
The button is supposed to call the "AddCovered" activity from what I can see in the harness definition, but run-time config does not reach it. Instead, in DevTools I can see a URL being called and returning the aforementioned http response:
This URL has got to be somehow generated and I think it must be the rootcause here.
Is anyone able to give me a hint where this URL could be generated?
Many thanks for your help in advance,
Robert