开发者

Get referrer in Apex Visualforce

开发者 https://www.devze.com 2023-01-30 18:02 出处:网络
Is it possible to get the referrer from a salesforce page that im editing in visualforce? Im using the following APEX method

Is it possible to get the referrer from a salesforce page that im editing in visualforce?

Im using the following APEX method

开发者_如何学Go
return ApexPages.currentPage().getUrl();

... the above only returns the current url and the previous or referrer


public String getReferer(){
   return ApexPages.currentPage().getHeaders().get('Referer');
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号