Forum Discussion

snaffle's avatar
snaffle
Expert
11 years ago

Retain the message id using http.request.url

Hi there, I'm using a Page Initialization script to capture the request url for visits to the community using "http.request.url" and forwarding the information to a custom component. The proble...
  • HaidongG's avatar
    11 years ago

    Hi snaffle 

     

    as explain here and here. you can't get the Anchors or URL fragments (#) from the server side, as the browser doesn't send whatever after "#" to the server, browser only requests what the resource without "#".