Post Reply 
Help Me... URL Decoding
Mar. 01, 2011, 06:35 PM
Post: #3
RE: Help Me... URL Decoding
(Mar. 01, 2011 02:10 AM)JJoe Wrote:  
(Feb. 28, 2011 02:08 PM)aljabeer99 Wrote:  can i change URL with proxomitron like this :
'http://www.google.co.id/url?sa=t&source=web&cd=1&ved=0CBoQFjAA&url=http://en.wikipedia.org/wiki/Geopolymers&ei=_6prTYSjJsGRgQeYn53LCg&usg=AFQjCNGUAiUeddqgZKmWlYeO2j22WhDiDg'

Try $UESC() command like:

Code:
[Patterns]
Name = "Example $UESC()"
Active = TRUE
Bounds = "http://\whttp%3A%2F%2F\w"
Limit = 256
Match = "\1"
Replace = "$UESC(\1)"

or

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "! : Redir: Example $UESC() (out)"
URL = "$URL(*http%3A%2F%2F&\1)$RDIR($UESC(\1))"



HTH
wow... it's work joe...
btw... thank's you very much... Thumbs Up
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Help Me... URL Decoding - aljabeer99 - Feb. 28, 2011, 02:08 PM
RE: Help Me... URL Decoding - JJoe - Mar. 01, 2011, 02:10 AM
RE: Help Me... URL Decoding - aljabeer99 - Mar. 01, 2011 06:35 PM

Forum Jump: