Hacker News new | ask | show | jobs
by jaywalk 1295 days ago
Multiple times I've found that this is caused by a web application firewall that is intended to mitigate SQL injection attacks. So they disallow the characters that would commonly be used in those attacks.
1 comments

Interesting, I had never considered that