Rocket Interview Question

How do you treat a name in the request object safely for return to the client?

Interview Answer

Anonymous

Apr 24, 2012

You need to use something like PHP's html entities to escape anything that could be used as code in the client.