Forum Discussion

iftomkins's avatar
10 years ago

Get URL of the previous page in the page initialization tab

I'm trying to get the URL of the previous page the user was on. Any way to do this works. I could possibly add a "return" parameter onto the URL before the user leaves the first page, in which case, ...
  • PaoloT's avatar
    10 years ago

    Hi iftomkins 

     

    what about accessing the HTTP Referrer from the HTTP request context object

     

    ${http.request.referrer}

     This should do the trick I think

     

    Thanks,