Question

Capgemini
BR
Last activity: 17 Jul 2019 6:59 EDT
Support to Service Workers
Hi,
I want to implement Service Workers in Pega Applications.
Service Workers:
https://developers.google.com/web/fundamentals/primers/service-workers/
For that, I need to put a script file in the context root of my application. For instance:
From:
http:// Proprietary information hidden:8080/prweb/MQHsOXmBRwqQCbDpCMmZ3cAghindkrVu*/webwb/my_file.js
To:
http:// Proprietary information hidden:8080/prweb/MQHsOXmBRwqQCbDpCMmZ3cAghindkrVu*/my_file.js
How can I do that?
Thanks.