johnjs Posted July 3, 2013 Posted July 3, 2013 Hello, We are currently rolling out HAP+ to test in our environment. While testing, it appears if a user has a greater then or less then character (<,>) in their password, the application spits out an error: Server Error in '/hap' Application. ________________________________________ A potentially dangerous Request.Form value was detected from the client (ctl00$body$password=""). Not sure about other characters as I haven't fully tested. Just wondering if there is a work around for this? Sorry if it's already been asked, I searched the forum but couldn't find anything. Thanks, John
jmak Posted July 3, 2013 Posted July 3, 2013 Could it be to do with encoding? I had problems with other services when I tried to use £ as a character in a password. It's not an ANSI character. Unfortunately, the system I was using didn't throw out error messages - it just denied me access... 1
johnjs Posted July 8, 2013 Author Posted July 8, 2013 Thanks for the reply. I'm really not sure, I'm not really great with coding. I have ran into this with other applications, not sure if it has to do with the XML using < and > in it's formatting.
nickbro Posted July 8, 2013 Posted July 8, 2013 This is a security feature of ASP.net. To turn it off is very tricky. ... ... 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now