Malformed URL

The Malformed URL Condition will return true if any issues are found with the formation of the URL. No configuration is necessary.

All of the following conditions are considered malformations and will be reported

  • Malformed URL : & before ?

  • Multiple Question Marks in Query String

  • Query String Key missing equal sign

  • Query String Key missing Value

  • Query String Value missing Key

  • Query String has multiple running equal signs

  • Query String Key repeated

  • Query String has multiple running &'s

Last updated