Austin-Soft Automatic Web Proxy Real Studio Plugin

This plugin for Real Studio developers helps your product interface with the Internet by allowing your Real Studio-developed application to easily access the proxy settings defined in the user's internet proxy settings.

Using the plugin is simple - put it in your "Plugins" directory for Real Studio, and you now have a new FillProxySettings method you can call on your HTTPSocket and HTTPSecureSocket that will automatically fill in those objects' HTTPProxyAddress and HTTPProxyPort values for you.

There's two additional APIs that you will need to know. The first, AustinSoftWebProxyRegister, is used to pass your company name and registration code to the plugin, so that it knows that you're a valid user and returns a Boolean if the registration was successful. The second, AustinSoftWebProxyVersion, returns the version number as a String value, e.g. version 1.0 would return "1.0.0" and version 1.0.1 would return "1.0.1".

API Documentation in HTML format is included with the plug-in.



Release Notes for AutoProxy RS Plugin 1.2

Updated version

  • Fixed upload to contain the ship version of the plugin.
  • Split the FillProxySettings function with a default parameter into two functions: one that takes no parameter and one that takes one parameter: the destination server address.
  • Added sample project that demonstrates the usage of the plugin with HTTPSocket (HTTPSecureSocket works the same way).

Known issues:

  • Does not currently work with auto-detected proxies.
  • Does not currently work with downloadable proxy URLs (proxy setting script retrieved from a server)