Greetings,
Is there a way to get the http_referer? Or is there an equivalent on the PHP's
$_SERVER['HTTP_REFERER'] on the outsystems?. And if possible, how to implement this to outsystems?
Thank you in advance.
-Irvin
Irvin Fabon wrote:
Hi Sir IG,
How can I use the GetRequestHeader ? Is it available in forge?
Irvin you can find it here:
Hi Irvin,
You could use GetRequestHeader action available in HTTPRequestHandler.
https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/HTTPRequestHandler_API#GetRequestHeader
IG
Thank you for your response, I use the GetRequestHeader but it doesn't give me the http_referer. And I saw in the documentation that there is a GetReferrerUrl, but it seem like it doesn't have an action. Please see the screenshots below.
What value are you using as header name? Http_referer? If that's the case could you use Referer instead http_referer?
Hi Fábio Vaz,
Thank you.