Hi,
Here is an example direct link to download a specific Gendoc generated odt file:
I would like to get an odt file like this from remove application.
What is the best why to do it?
php curl this url is blocked because of authentication and security check.
I'm willing to allow index.php to bypass all security check to this specific call, is it complicated to implement?
Thank you
Here is an example direct link to download a specific Gendoc generated odt file:
Code:
http://mycrm.com/index.php?module=evvtgendoc&action=evvtgendocAjax&file=gendocAction&gdaction=export&gdformat=doc&gdtemplate=9137&gdmodule=Contacts&gdcrmid=9112
I would like to get an odt file like this from remove application.
What is the best why to do it?
php curl this url is blocked because of authentication and security check.
I'm willing to allow index.php to bypass all security check to this specific call, is it complicated to implement?
Thank you