HTTP Encode
This filter is used to encode text for use in an HTTP header – a (usually) small piece of text that accompanies a web page request to a web server. This filter is very useful for debugging CGI scripts because it can create HTTP requests in the correct form. HTTP encoded text usually looks like the following:
a+%28usually%29+small+piece+of+text+that+accompanies+a+ web+page+request+to+a+web+server.+This+filter+is+very+
|