MatoS
Apr 13, 2022Nimbostratus
HTTP redirect passing HTTP referer value
Hi,
I have a request from a customer which I cannot resolve by myself.
Customer wants to track http referers at their sharepoint site like this: When on site "xyz" and you click site "linkit" you will be redirected to "sharepoint" site and http referer value about "xyz" will be transfered to "sharepoint" site as well. We have set up Virtual Systems on F5 for both http and https "linkit" with iRule attached to redicrect to the "sharepoint" site.
iRule:
when HTTP_REQUEST {
HTTP::redirect "https://sharepoint.aspx"
}
Whit this "HTTP::redirect" appraoch the HTTP referer about "xyz" site is not transfered to "sharepoint" site.
Is it even poslible to transfere the HTTP referer with the redirect?
Thanks