Here is an easy way to url encode a string
In python:
import urllib;
urllib.quote("string to encode");
Technorati Tags: python, url encode
Here is an easy way to url encode a string
In python:
import urllib;
urllib.quote("string to encode");
Technorati Tags: python, url encode
In my previous configuration, I used a CUPS server with multiple network interfaces to enable printing from computers on restricted networks...
No comments:
Post a Comment