Show cool things you have done with our products


Post by incognito »

How should I use the export feature of gantt, if my system has security?
Or what configuration of phantomJS should be.
In result of phantomJs I get picture of login view.

Thanks.

Post by nickolay »

Hi. You can disable the authentication for the requests coming from server on which the phantomjs resides. Please consult the documentation of your webserver for details.

Post by incognito »

Truely bad solution. Our security is complicated.
If there are any ways to render saved html file and load for it all css by url?

Post by nickolay »

You can try modifying the phantomjs script to make it open the html files from the file system, not from "http" protocol. Not sure how it will work you will need to experiment.

Post Reply