Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/73f141384222bfc2cea2d8d7f382d87c to your computer and use it in GitHub Desktop.

Select an option

Save trycf/73f141384222bfc2cea2d8d7f382d87c to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset local.header = "Microsoft-Azure-Application-Gateway/v2">
<!--- header such as awselb/2.0 or Microsoft-Azure-Application-Gateway/v2 are ok --->
<cfif NOT reFind("^(awselb|Microsoft-Azure-Application-Gateway)/v?[0-9.]+$", local.header)>
BAD HEADER
<cfelse>
ALLOW
</cfif>
<Br>
<cfoutput>#local.header#</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment