This is a simple proxy for use with Interactive Fiction web interpreters.
Examples:
Parameters:
url: required, the URL of the story to access.
Supported file types are
callback: a callback function for JSONP
If you're using jQuery and you set the dataType to 'jsonp', it will automatically create the callback function and add this parameter for you. Other libraries may do the same. However, as the parameter jQuery choses for you will be unique, the results won't be cached, and so it's recommended that you manually specify the callback function. See the jQuery docs for more information.
If you use a callback, also set encode=base64.
Parchment-proxy will send the data with a Content-Type header of text/plain; charset=ISO-8859-1 and an Access-Control-Allow-Origin header of * for cross-site AJAX requests.