Securing Magmi UI access
From magmi
Magmi UI access can be secured as any web directory using your web server HTTP authentication support.
Apache
- Create a user & pass using apache htpasswd utility
- Create a .htaccess file with the appropriate AuthXXX directives to restrict access
Administration panel from hoster
- Use your favorite admistration panel method to secure access to magmi installation directory
Automation with secured access
Using the Magmi Import Url UI Plugin, you'll be able to find the right URLs to call from wget (authenticated) or curl (authenticated) to use magmi automation on secured access
Just replace <youruser> & <yourpass> placeholders with the appropriate user & password values.
Back to Magmi Wiki
