Password Authentication

Password authentication will restrict access to your store frontend. Access to it will be possible only after entering valid password.

Edit password

To edit the password, click on "Edit" button.

Adding password to non-browser requests

For non-browser requests, alongside your request, send a cookie readymagepass with same value as the password.

For example:

Curl

curl --location --request GET 'https://yourstore.readymage.com/' --header 'Cookie: readymagepass=your_password

Last updated

Was this helpful?