Collapse Menu
Classic Docs
Order Page Config, Design and Page Flow
Advanced Features
Subscriptions and Saasy
Contact Support

MIME 1.0 License Output Format

The MIME 1.0 license output format allows you to return a downloadable license file to the customer. The license file will be presented as a URL to the customer, and stored on their computer using a custom filename you specify in the MIME data.  Note: The maximum size of the returned response must not exceed 32000 characters. 

Response Headers

The response headers are ignored. We recommend using:

Content-Type: text/plain

Response Body

The response body contains both MIME headers and MIME content. This is the portion of the body that will read by our system.

Mime-Version: 1.0
Content-Type: multipart/mixed; boundary=license


--license
Content-Disposition: inline; filename=my.gif
Content-Type: image/gif
Content-Transfer-Encoding: base64

R0lGODlhbgLYAvcAAEdHR0dHUkdHXEdHZEdHd0dIj0dPg0dSUkdSe0dbm0dcg0dcikdrq0dspUd0
sUeHvkphpExSXFFcXFJHR1JHUlJSUlJcUlJkZVJkjVJsblJsklJ0pVJ1s1KCwlKIwlKOyFNsnFZS
lFqIwlqNyFqUxFtHiltSR1tcUVtcXFuZy2BHR2FHb2JrbmNkUmNkXGNkZWOSw2Oezmd1g2eNrmmM
umpHR2p6q2tcUWthk2uk0Gup125scnGUuXJHR3JHX3Ko0nKt2XKz3HZUdXd1cXhHR3lcUnmkz3mt
zT4b7bTVXpvttt1+G+645Z477HjsiYfuvPXem+++/f6b74AAADs=

--license--