pdf make document on https site
pdf make document on https site
i recently updated a site with ssl, so all links and pages now use https://
i use buttons and pdfmake to create an on the fly invoice creator, but the generated page (in chrome) indicates the page is not secure. its not really a big deal, as there is obviously no data input, but I wondered if there is anything I can do about it.
the generated url is data:application/pdf;base64,JV......
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Does the Chrome console indicate what resource is not secure? It appears to be okay here.
Allan
looks like the problem was down to the certificate on the site.
this has since been updated ;-)