I am getting the below error when I was trying to approve a document in a webpage
Mixed Content: The page at \'https://example.com\' was loaded over HTTPS, but requested an insecure resource \'http://insecure-page.com:9870/xyz\'. This request has been blocked; the content must be served over HTTPS.'
It is because my test is trying to load a non secure page over a secured page . Could someone help to bypass this error so I can continue with the rest of the steps in my automation testing script . I am using Protractor-cucumber-javascript framework