tomward Posted June 29, 2020 Posted June 29, 2020 Running latest version of unigui on hyperserver and app is using https: address. When I use CallBackUrlEx function it returns an http address - I then redirect to a banking form which then passes control back via this url, but get a 'Mixed Content' / 'was loaded over HTTPS, but requested an insecure frame' / 'This request has been blocked; the content must be served over HTTPS.' message and control never returns. Have tried manually inserting an 's' into the url but then the callback doesn't get called at all. Anyone have any ideas? Many thanks in advance if you do! Quote
tomward Posted June 30, 2020 Author Posted June 30, 2020 So have found that it is only a problem when using hyperserver Minimal test case: 1) Load unigui example 'HTTP Post Callback - URL Frame - Auto Target' 2) If compiled as isapi dll and run from https:// address, urls generated will have https:// on them (verify by inspecting the form before callbacks called) 3) If compiled as exe and run from hyperserver on https:// address, urls generated will have http:// on them Quote
tomward Posted June 30, 2020 Author Posted June 30, 2020 Just in case this is helpful for anyone else ... Looks like this was a bug in hyperserver which has since been fixed I had upgraded unigui framework but neglected to upgrade the hyperserver dl file to the latest one Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.