This plugin is installed on an external source WordPress site and handles:
This plugin relies on two third-party services to perform site migrations to HonestHosting. Both are only contacted after the site administrator explicitly configures an import key and initiates a migration action from the plugin admin UI.
The plugin communicates with the HonestHosting backend API at https://api.honesthosting.io to authenticate the site administrator’s import key, enumerate eligible destination sites, obtain presigned S3 upload URLs, submit preflight estimates, and signal that the destination is ready to import.
What data is sent and when:
wp-content total size and file count, database table summaries (table names, estimated row counts and byte sizes, engine types), and detected hosting-environment capabilities.The import key is sent in the X-HH-Site-Import-Key request header over HTTPS.
This service is provided by HonestHosting:
The plugin uploads file and database export chunks directly to Amazon S3 using presigned PUT URLs issued by the HonestHosting backend. Payloads are not proxied through the HonestHosting API; they are transmitted straight from the source site to S3 over HTTPS.
What data is sent and when:
PUT to the presigned S3 URL. File chunks contain raw file bytes from wp-content/; database chunks contain SQL INSERT statements generated from the site’s database tables. Requests carry only Content-Type and Content-Length headers — authentication is embedded in the presigned URL itself, so no account credentials or import keys are sent to S3.The S3 buckets used for migration storage are operated by HonestHosting on Amazon Web Services. AWS terms and privacy documents apply to the underlying transport and storage: