20-Jul-2023 22:40
Hi
Working through ASM I have created a parameter value of username (APM login page) with input type of user input and format of type email
user at work has a ' in his email address ... guess what ASM flagged it as an invalid character
Now I have had to turn that off... any one else had this problem
Solved! Go to Solution.
25-Jul-2023 22:34
21-Jul-2023 05:53
Seems like special characters are allowed in emails. https://stackoverflow.com/questions/2049502/what-characters-are-allowed-in-an-email-address
I wonder if there is a way to exclude that rule for that url or even just that param?
21-Jul-2023 18:21
I have a param set for global I have had to set it to ignore ...
25-Jul-2023 22:34