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

Unlocking Seamless Integration: Navigating Unexpected Hubitat Device Queries and VLAN Challenges for a Smoother Home Automation Experience

During my network debugging efforts , I came across an intriguing observation related to the two Hubitat devices on our network. The logs b...