Any way to mitigate the below issue when generating a simbrief dispatch, from off site with the simbrief.api.v1 code?
Browsers (and users) are becoming increasingly reluctant to click continue – and for that matter, I don’t blame them.
* Orest
Any way to mitigate the below issue when generating a simbrief dispatch, from off site with the simbrief.api.v1 code?
Browsers (and users) are becoming increasingly reluctant to click continue – and for that matter, I don’t blame them.
* Orest
Hi Orest,
Please check the simbrief.apiv1.js
file, on line 32. If the line is as follows:
var sbworkerurl = "http://www.simbrief.com/ofp/ofp.loader.api.php";
Change it to:
var sbworkerurl = "https://www.simbrief.com/ofp/ofp.loader.api.php";
(Change “http://” to “https://”)
Note, you might need to hard refresh the page (Ctrl+F5) or clear your browser cache for the change to be reflected immediately on your website.
Best regards,
I had already gone through and changed all http references to https, including line 32 which now reads …
var sbworkerurl = "https://www.simbrief.com/ofp/ofp.loader.api.php";
I now tried a hard reset (multiple) on the browser (Ctl-F5), …
BINGO, fixed.
Thanks,
* Orest
Great! Glad it’s solved.
Best regards,
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.