Skip to main content

Strange behavior passwordstrength.cgi

Comments

1 comment

  • Andy Baugh cPanel Staff

    Try URI escaping your GET params, as when I did that, I had no issues:

    perl -MURI::Escape -e 'print URI::Escape::uri_escape("4fE5#\@_");'
    4fE5%23%40_

    Works as expected when using 4fE5%23%40_ in your GET params

    0

Please sign in to leave a comment.