Search found 1 match
- Fri Nov 07, 2014 3:45 pm
- Forum: Developers Corner
- Topic: Python code
- Replies: 4
- Views: 25512
Re: Python code
Here is updated code with the passwords removed -- it is currently working for me against the new servers. There are two changes: 1) the URL is changed to point to the new server 2) the HTTP Authorization Handler is changed from HTTPDigestAuthHandler() to HTTPBasicAuthHandler() The new server does ...