Alexandre_Marko
Dec 02, 2011Nimbostratus
Block access to a pool if url not accessed from a trusted domain
Hello,
Here is the problem:
We have 2 websites, one with SSL and one in clear.
The F5 is ending ths SSL.
The 2 websites have their own Virtual Server with their own pool.
Actually we can access the 2 websites independantly.
We want to authorise the access to the second website (the one in http) only if we are accessing it from a link on the first website (in https).
Is there a way to get the origin of a user when accessing a website?
We could use this "variable" [probably in a HTTP_REQUEST irule] to allow or not the access to the pool.
Regards,