I am converting my site from HTTP to HTTPS. All the browser works perfectly like plays videos, shows all contents as expected but IE gives me security alert for viewing blocked content and if I don’t accept this, it doesn't play the video. I want IE also should play the videos without accepting the blocked content alert.
Couple of things I already tried:
Implemented Cross-Domain XML
Made all the Player Plugins local copy
But all this attempt didn't work. Can someone help me on this issue please? I am using JWplayer Version 6.
I would appreciate your early response!
Thanks,
Related
I am streaming a video online and I'd like to download it. However, there seems to be some obfuscation being done to prevent users from knowing where the content is originating from. How do I find the host and path/URL of the mp4? Here is the link.
There is the Save Video As... feature available in FireFox by right clicking on the video. It still begs the question, why doesn't the mp4 path not show up in the dev tools?
Just an FYI, I'm an amateur blogger who doesn't know much about coding.
I've been facing a problem recently and I don't know what to do.
My website homepage shows up blank, with just links (http://shlokamariwala.com/)
I've tried to check for any errors in my backend but all seems to be working fine!
I've also uninstalled all plugins to check, but that didn't make a difference.
Please let me know how to go about this! I'm happy to provide any specific additional information needed. Also, since I'm not very well versed in coding, I apologise for my use of lay-man terms in advance!
If I get to your website, most content is not coming from your domain, but is loaded from https://secureservercdn.net/50.62.198.97/qxw.3db.myftpupload.com/.
Also your own site is not using SSL (https), but insecure http.
Many browsers and most anti spamer browser plugins like privacy badger or uBlock Origin will refuse to load this.
Another point may be that you are using canvas data, but also this is blocked by default in modern browsers.
Maybe take a look in the wordpress server site settings and check your servername.
I have a wordpress website and on some pages firefox shows a connection not secure error next to my ssl lock . Says some content is not secure such as images.
I do not know a thing about checking this stuff.
Any instructions would be appreciated.
https://www.employee-no-more.com . Also does it at my other two websites
thank you
Make sure that you're website does not include external resources using plain http.
Example:
<!-- Bad -->
<img src="http://host.com/img/bg.png">
<!-- Good -->
<img src="https://host.com/img/bg.png">
EDIT: Quick look at network tab in chrome dev tools reveals this request:
Request URL:http://img.banggood.com/deals/affiliate_member_banner/7a951116de2a4c23c74733d76046a5b413.jpg
So in theory it's possible to see which resource is loading as http through your browser's developer console. But I found this site here to be much easier to use to figure it out:
https://www.employee-no-more.com
It's apparently this image, on your site that is causing trouble:
http://img.banggood.com/deals/affiliate_member_banner/7a951116de2a4c23c74733d76046a5b413.jpg
So now you need to figure out who's including it, and make them request the https version...
Hope this helps!
Thank you very much for the information. I simply added the "s" on in the links in ads that had only http and it fixed it. It was the bangood ads. Both answers were very helpful and had accurate information that solved the problem.
I'm having a few issues with making our site shareable on linked in and I'm at a loss. The og: meta tags all look fine, the facebook scraper picks it up fine, but the linkedIn scraper does not... and the img etc are not on a protected folder or anything like that.
When inspecting the developer tools the get request to the url-preview?url= link shows that the img etc.. aren't there.
The image is less than 1mb, all og: meta tags are obeyed. The only think that may not be 100% is the image ratio is not 1/4 or 4/1 (it's 2/1)... But that is only a recommendation and not a hard and fast rule.
Does LinkedIn provide something similar to FB (https://developers.facebook.com/tools/debug/) where you can test the scraper and re-run it? Or is there another way to debug this? Any help appreciated.
https://www.hipla.co.uk (is the page i'm trying to share).
cheers
It transpires linked in doesn't offer a similar facility to FB or twitter to test the OG meta tags and re-scrape the page. They cache a page for 7 days and then re-scrape again. However, you can refresh the linkedIn crawler cache simply by appending GET params to the URL, i.e. https://www.hipla.co.uk?123.
I eventually figured out what our issue was. We were using a wildcard cert (for multi domain, so we could have a single ssl cert for multiple subdomains) which meant we had to set the server name in the apache default-ssl.conf file, but we had a typo in it for the www instance ... which meant it gave an SSL error (for the linkedIn crawler) which isn't debuggable (if that's a word) using linkedIn but was spotted as we got an SSL error when testing the twitter metadata tags using the twitter card validator. Hope this helps anyone else who has a typo in their ssl settings. Note that the ssl error was not visible using a browser(s) as all looked fine.
I have a site www.mathildaparadeiser.com that is showing a white screen of death on Chrome. All other browsers seem fine.
Removed all plugins but still being shown. Chrome is updated and Wordpress also. Looking in Chrome Tools I get this first error
VM100:1 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Any ideas what would be causing this? Have debugged all I can.
Have you installed any chrome extension plugins ?
Your site has uses a service called Incapsula. The website admins configured Incapsula to prevent bots from accessing it's content.
Please read here more :-
How to get the body content from a PHP-generated HTML page?
Some times your site contents loads, some time it shows a captcha. Check with your Hosting provider to understand.