Server-side Proxy in Traditional ASP

Options
Here's a simple server-side proxy tool for making calls against the Convio API using a traditional ASP class object. As written, only the Constituent API is supported, though extending it to support other APIs is possible, and in fact, such extension is designed for. You'll need to enter your API KEY, admin username/password and site hostname as private properties -- those values never show up to the public, and in fact, in your API calls using this proxy, only the constituent API method (and optionally response format) and whatever data fields specific to the request need to be passed -- all the other generic parameters are passed automatically without the world ever seeing them. Anyway, as always, feedback is welcome!
Tagged:

Categories