Hey all,
Kinda new to python. Trying to use urllib to read a website. The problem is the site I need to read contains single quotes in the url like
http://serverIP:port/dataservices/cdk?SP=md_adm.login_with_session('USER','PW','mySID',?int status)
I have tried to encode the single quotes with...