07 Oct 2024
01:21 PM
- last edited on
08 Oct 2024
06:57 AM
by
MaciejNeumann
Hi,
I ve been asked if it is possible to change the url of get request that is downloading the RUM js to MyApplication.
[04/Oct/2024:16:19:04 +0200]|-|www.MyApplication.be|-|GET /abedt/ruxitagentjs_ICA7NVfqrux_10299241001084140.js HTTP/1.1|200|84190|0
is it possible to make it www.custom.be but still linked to MyApplication ?
Regards.
Solved! Go to Solution.
07 Oct 2024 01:34 PM
Hello @mhlamine
You can change the directory where the JS tag injected
BR,
Peter.
07 Oct 2024 01:37 PM
Dear mhlamine,
you can assign application by URL or HOST in settings-> web and mobile monitoring -> application detection.
You can control PATH of RUM agent injection by going to your application->edit->capturing->Advanced setup
Best Regards
Michał
07 Oct 2024 01:51 PM
suppose my application url begins with www.easytravel.com
and my detection rule is defined accordingly
if i do not set any url path the ruxitagent will be injected with
https://www.easytravel.com/ruxitagentjs_..........
and if modify the url path it can be another url?
07 Oct 2024 02:02 PM
Hi @mhlamine
BR,
Peter.
16 Dec 2024 12:00 PM
Hi @mhlamine! Did you manage to solve this one? 🙂
16 Dec 2024 12:14 PM
Hello,
Yes we are now using manual injection (code snippet async) and private cdn to serve the javascript.
Regards.