Forum Discussion
VikasB
7 years agoBoss
You can use the freemarker split function to get the last part of the URL
<#assign url = http.request.url /> <#assign parts = url?split("/") />
Related Content
- 7 years ago
- 9 years ago
You can use the freemarker split function to get the last part of the URL
<#assign url = http.request.url /> <#assign parts = url?split("/") />