Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QtWebKit mixed https / http pages
Forum Updated to NodeBB v4.3 + New Features

QtWebKit mixed https / http pages

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    serpulga
    wrote on last edited by
    #1

    Hello,

    I've been having some trouble loading pages in the QWebView.
    At first I thought I could solve them using the method:

    @
    QNetworkReply::ignoreSslErrors();
    @

    but it didn't solved my problem.
    With further research I found out that the website that I'm trying to load has
    some mixed http and https content.
    If I load the website using http, it loads correctly, however, if I try loading it, using https,
    it only loads some content.
    I think, the browser is somehow blocking the http content if the connection was https in the first place.

    Does anyone know a workaround for this?

    Thank you,

    Sergio

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved