patt
Forum Replies Created
-
Hi Creative Minds,
I figured out the issue. Turned out there might be one of the files that contains VBA script in the file. Our firewall detected that and decided to block the URL /cmdownload/get and cache that block for N time duration. That cache ended up blocking all web request to /cmdownload/get even though it was for a file that doesn’t VBA macro in it.
I’m working on getting the person who has credentials to your site to download the latest version of the plug-in to install on our WordPress site. However, I just want to double check with you on whether you still use form posting to /cmdownload/get on the Download button to obtain the document. In that case, is there any workaround do you have to avoid getting all the files blocked (e.g., add file unique id/has to the URL, so it at least only block the URL to the specific file instead of all of them)?
Thank you,
- This reply was modified 9 years, 5 months ago by patt.
If you could point out which part of the code in the plug-in that the form post to ../cmdownload/get URL handled, perhaps I can try to trace into the issues from my end as well.
Thank you!