govalidator icon indicating copy to clipboard operation
govalidator copied to clipboard

Add % to valid url query string characters

Open RobvH opened this issue 5 years ago • 2 comments

This addresses issue #74

Query strings can include all url encoded characters, often beginning with '%'.

Without this patch, this common and valid url fails validation: https://example.com/app?value=two%20words

Hope this helps!

RobvH avatar Jul 24 '19 17:07 RobvH

Coverage Status

Coverage remained the same at 89.32% when pulling 41542b13638b32f01db51c791d30bae9da9c6fb5 on RobvH:RobvH-validate-percent-encoded-urls into 01bf6ba67ac42ba976ff56c550a95ad8010cfa3e on thedevsaddam:master.

coveralls avatar Jul 24 '19 18:07 coveralls

Can you please set the target branch to dev?

thedevsaddam avatar Jul 31 '19 05:07 thedevsaddam