TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.75k stars 431 forks source link

Download failed. Forbidden #820

Open Sakib3s opened 9 months ago

Sakib3s commented 9 months ago

I have provided a custom plugin with link ex: 'source' => 'https://example/example-plugin.zip', and that file is available on that path, tested the download link from the browser and it's downloading from the browser but in the recommended plugin instalation it shows this error:

Downloading installation package from https://themes.envytheme.com/tools/envy-demo-importer.zip…
Download failed. Forbidden

Would you please help me to find out the issue?