The site asset for yoursite.com has a 404 page - asset name “404”
When I follow the link from mysite to yoursite I will be presented with the contents of the 404 page, on this page I want to include the urls http://mysite.com/home ( the referrer) and http://yoursite.com/away page that is being requested ( that doesn’t exist).
I think we still have issues with referers - in particular we seem to have a repeat of the bug referred to in Global Keywords and Page Not Found assets which was fixed in 2014.
%globals_server_https^eq:on:https:http%://%globals_server_http_host%%globals_server_request_uri% worked for me.
%globals_site_url%%globals_server_request_uri% - returned http even though the site is only available via https.
The site that this asset is in has both http and https enabled.
There seems to be a bit of an issue with keyword replacements not working correctly in the context of the 404 page.
As Douglas said the bug reported and fixed in 2014 seems to have returned.
%globals_server_http_referer% - works if the asset is specifically selected as the not found page.
but does not work when that asset is being returned via the setting in the Remap manager.