Skip to content

Instantly share code, notes, and snippets.

@codeasashu
Created June 23, 2017 14:00
Show Gist options
  • Select an option

  • Save codeasashu/533dc15f0e957ee0d2d6ae43f1196324 to your computer and use it in GitHub Desktop.

Select an option

Save codeasashu/533dc15f0e957ee0d2d6ae43f1196324 to your computer and use it in GitHub Desktop.
Web Testing checking (some hidden defactos)

##For a SSL (https) enabled website:

  1. Press f12 and see the error console screen and check for any errors which looks something like this:

The page at was loaded over HTTPS, but requested an insecure script . This request has been blocked; the content must be served over HTTPS. this usually means the target website (to be tested) is https enabled but it is using some CSS or JavaScript which is not in a https server. Report to developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment