Skip to content Skip to sidebar Skip to footer
Showing posts with the label Escaping

Request Parameter Losing Plus Sign

I am editing a search form and trying to protect against special characters in the database. In the… Read more Request Parameter Losing Plus Sign

Un-escape Javascript Escaped Value In Java

In our web service we set a cookie through JavaScript which we read again in Java (Servlet) However… Read more Un-escape Javascript Escaped Value In Java

Javascript \x Escaping

I've seen a few other programs that have something like this: var string = '\x32\x20\x60\x7… Read more Javascript \x Escaping

Using Single Quotes (escaping) In Php

I am writing HTML code inside PHP tags. Already for anchor tag styling is written and if I change s… Read more Using Single Quotes (escaping) In Php