In Google Chrome Inspect Element I am getting this error:
(index):1 Mixed Content: The page at 'https://bb.bob.com/m/187/puerto-rico/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://bb.bob.com/member/jstorage/'. This request has been blocked; the content must be served over HTTPS.
When I click on (index):1
I get a full HTML page and it highlights (with an red x next to it):
<!doctype html>
I would have thought it would give me the JS where the call is being made.
- Why is it giving me the page HTML?
- How can I get the source of the URI call?