on 2019 Jul 28 11:05 PM
I need to configure the asm url differently than the default one like below. How can I achieve this?
default pattern : https://{domain}/?asm=true Required Pattern : https://{domain}/liveassist
Request clarification before answering.
Please put the following line in your .htaccess file:
Redirect https://{domain}/liveassist https://{domain}/?asm=true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sourav,
ASM url is not maintained in the properties file. I think you can check in assistedservicestorefront extension for ChannelDecisionAspect.java. This has been implemented using AOP framework.
I think without changing the hybris logic you can write the rules on a webserver level for the Required Pattern : https://{domain}/liveassist to pass asm= true from the rules.
For example https://www.ibm.com/support/knowledgecenter/SSKTMJ_10.0.0/admin/conf_websiterulesandglobalwebsetting...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.