I looking for some assistance on what to do. My developer is using this sites utilities on our website. We recently converted to SSL-only and we have excel buttons that will generate an excel file from the grid on the page.
when the button is clicked, he is receiving the following message:
xxxxx was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://jquerygrid.net/export_server/dataexport.php'. this endpoint should be made available over a secure connection.
It then fails as the website is configured for only https.
I had assumed we could just change the source code to point at “https://jquerygrid.net” however I don’t know if that is available. What do people usually do in a situation like this?
Mark