urllib

Module providing HTTP Post and Get requests.
Requests can be sent synchronously and asynchronously.


exceptions



methods



interfaces



requirements

Synchronous requests only work and have been testet in IE, Mozilla and Motjuvie SVG viewer.
All applications supporting the creation of the MS XMLHTTP ActiveX object or provide the same interface as Mozilla for the creation of the XMLHTTPRequest object should also work.

Asynchronous requests work and have been tested with the above applications and with Adobe SVG Viewer's script engine.
All applications which provide a getURL and postURL like Adobe's SVG Viewer should also work.

Security restrictions of the browsers have to be taken into account.
E.g. Mozilla can not make requests to a domain different from the domain the webpage came from.