Wednesday, December 21, 2005

url encode string


Here is an easy way to url encode a string


In python:



import urllib;
urllib.quote("string to encode");


Technorati Tags: ,

No comments:

Post a Comment

Printing Across VLANs: A Secure and Scalable Solution

In my previous configuration, I used a CUPS server with multiple network interfaces to enable printing from computers on restricted networks...