Forum Discussion
- Aswin_mkCumulonimbus
Hi ,
If you are talking about http origin and referrer, please try via this if it's a post
header.
when HTTP_REQUEST
{
if {[HTTP::method] eq "POST"}
{
HTTP::header replace origin "example.com"
HTTP::header replace referer "example.com"
}
else { return } }
- Aswin_mkCumulonimbus
If you have to apply redirect you can achive this via LTm policies. Just need to create a policy with redirect url.