Welcome!

{{auth.statusText}}

Login with external service


Microsoft Account Google Account

Tips: If using Google Account, make sure you register a new Google account with "@optimizely.com" email address.

Available sessions
Input the verification code we've sent to your mailbox * Get a new code in {{auth.resendWaitTime || '3 minute'}}s Resend code

Download a file

{{new.statusText}}

Encryption password
Update time
{{new.fileInfo.queryTime | date:'yyyy-MM-dd HH:mm:ss'}} (Reload information)
File size
{{new.fileInfo.size | number}} (bytes)
File name
{{new.fileInfo.fileName}}
Server
{{new.fileInfo.sourceServer}}
Creation time
{{new.fileInfo.creationTime | date:'yyyy-MM-dd HH:mm:ss'}}
Blob type
{{new.fileInfo.blobType}}

{{new.fileInfoJson}}

Downloads queue

ID Name File name Download time Status  
{{item.id}} {{item.displayName || item.fileInfo.fileName}} {{item.fileInfo.fileName}} {{item.fileInfo.queryTime | date:'yyyy-MM-dd HH:mm:ss'}} {{item.isDownloaded ? 'Downloaded' : 'Error'}} {{item.isDownloaded ? 'Completed' : 'Downloading'}} ({{item.downloadPercentage}}%) (Compressing) Download Detail Analyze | {{item.isDownloaded ? 'Delete' : 'Cancel'}}

There's no pending download. Please start a new download task!


This is a project of Optimizely Customer Implementation.
The web app aims to compress and store large files from customer's Azure Blob Storage for a faster download and analyze.

  • Download a file
    1. Go to new download section.
    2. Input the SAS link of the file and enter its display name (optional)
      SAS link must be valid and has Read access.
    3. Click Get file information button to review the file's information before downloading.
      The download file will be encrypted. If you don't set a custom password, the random password will be sent to your email to extract the ZIP file.
    4. If all information is correct, you can click on the Start download button.
    5. After starting, you can leave the web app. Once the file is ready, you will get notification via email.
  • Browse files
    1. Go to my downloads section.
    2. Files will be listed in a table in order of newest to oldest files.
    3. Use provided buttons in each row to interact with files.
    4. The button Analyze helps exporting a brief report of the memory dump file.
      The analyzing process may fail if the file is too complex or the source web app uses an unsupported framework version.
  • File status legend
    • Completed - The file has been downloaded successfully.
    • Downloading - The file is being downloaded and compressed.
    • Downloaded - The file is downloaded but there was errors to process the file. If the file cannot be downloaded to your computer, please delete and retry.
    • Error - There was a critical error and you may need to redo the download action.

Author: Giang Nguyen, with the initial idea of Quan Mai

Web app uses Bootstrap v5 (under MIT license) and DotNetZip (by Henrik Feldt, under MS Public license).

Some part uses hCatpcha and OneTimeSecret. Terms and conditions may apply.

Loading...