Paying for curry delivery last night, the restaurant's webapp threw a security error. Apparently I was sending a potentially dangerous request!
In reality, an input validator had decided that the password I was sending (on account creation) had funny characters, perhaps an attempt to inject malicious code.
Anyway, I had to retry with a weaker password...