When I test it in localhost and http is fine but https encountered ‘Blocked loading mixed active content’.
I tried google and I get this solution
src=’//domain.com/phpgrid/js/jquery.min.js’
However it could not fix it all because i found that the ajax has call back using http.
“http : //…/phpgrid.php?_search=false&nd=1382151726351&rows=20&page=1&sidx=f_id&sord=asc”
I’m testing free version on my app, and if works fine i’ll buy developer version, but i can’t make to run in https.
When I open jqgrid_dist.php file, its not show anything just a function “error_reporting”.
Can you help me??
Thanks
Free version does not work with https. It can be tested on http. You need to buy license for https.
I have the same issue, but I have the licensed version. How do I ensure that the ajax call is made over https? Thanks
Hi Alec,
In licensed version, it should work as expected. Please email me file lib/inc/jgrid_dist.php on my address ([email protected])
I’ll review and email back the updated build.
Hi folks. I have the same problem.
Mixed Content: The page at ‘https://xxxx/main/main.php’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://xxxxx/main/main.php?grid_id=list1&_search=false&nd=1580500043049&rows=20&jqgrid_page=1&sidx=1&sord=asc’. This request has been blocked; the content must be served over HTTPS.
I think it is not fare that I am forced to buy the licensed version just for this functionality when it is not detailed on https://www.gridphp.com/compare/
I think it can be mentioned. I feel very frustrated with this tool. I will not suggest the usage of it anymore to my customer when I have to pay for the usage of the tool when I am on the development stage of it.
Thanks
Gustavo
Development phase is usually done on local wamp/xamp servers on which https is not necessary.You can remove http”s” from url and check functionalities. It’s mentioned on comparison page and does not need any further explanation.
Btw, free version is only for personal use or evaluation _ non commercial purpose.
If your case is different, you can reply back and we will review it.