EduardoSousa
Aug 26, 2022Altocumulus
HTTP request to allow specific header
Hello guys.
I'm new to irules, I was looking for some irule that only allows a specific header to access the application, if you don't have this header allowed it will drop this connection attempt. Tried something along those lines, but VS doesn't have persistence.
when HTTP_REQUEST { if { [HTTP::header exists "Header_name"]} { persist uie [HTTP::header "Header_name"] } }
If anyone can help please? Thanks.