Impact of setting allowUrlEncodedPercent to true in StrictHttpFirewall
I need to implement a public REST API that manipulates usernames.
So I have an endpoint that looks like GET http://…/api/users/<username> where username can contain special characters (slashes, percents…) that are URL encoded (e…. Continue reading Impact of setting allowUrlEncodedPercent to true in StrictHttpFirewall