Bet365 website is not working [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I'm trying to add bet365.com UI to my desktop application, but the site is not show up!
I tried:
- IE, Chrome, Firefox
Im running Windows Server 2012.
I tried HMA VPN to change my IP location, changed DNS, nothing works.
Any help please!
Browsers screenshots below.
IE
And Chrome
Updated:
I have tried Bet365Mobile version->same issue
With Chrome, allow 'Load Unsafe Scripts' -> same issue, nothing showup

You will need to provide HTTPS before your URL.
that is src="https://" if your program has a URL that is calling the website. Prefix the Https before that
You can search for mixed content directly in your source code. Search for http:// in your source and look for tags that include HTTP URL attributes. Specifically, look for tags listed in the mixed content types & security threats . Note that having http:// in the href attribute of anchor tags () is often not a mixed content issue
refer to this link
Mixed content prevention
follow this link if your using the website as a user

Related

How to determine missing font on MacOS [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed last month.
Improve this question
I'm having trouble reading some webpages on Firefox and MacOS. I commonly come across sites that look like the following.
Is it possible to determine which font is missing by inspecting the web page source or via web developer tools? The issue seems to be specifically related to Firefox as the fonts are loaded correctly with Chrome and Safari
Edit: Here is an example
Alternative - Go into the browser console (Command + Option + I) and use the console selection pointer tool (icon to the left of under 'inspector' tab) and select a piece of text with the unknown font. Under the "Rules" panel where you will see all the CSS elements for the page, add to the body or paragraph element a definition "font-family:Arial" and see if this allows you to read the text.

Why is ColdFusion and IIS returning me a blank page? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have coldfusion and iis working together now. In IIS I have the coldfusion administrator running inside the default website however when I have other sites added from other projects I have done it returns a blank white page. No errors or anything. I have the static pages enabled which have been some other peoples suggestions but it's just not working. Is there anything else that needs to be enabled? I have checked the security on the folders in the inetpub director and the IIS user is inside the list of users and I have correctly setup the datasources and vasrious mappings for these projects. Has anyone else ever experienced this and know how to fix this?
Have you checked the web.config file, and are all the correct web connector settings in there? If you have to redo a lot of websites you can use the web connector tool that comes with coldfusion to apply the change.
Beyond that I would check if you have any URL filtering that's blocking you, and enable robust errors in iis to see if it gives you anything.
Are you receiving HTML back at all? Even try adding a simple index.html file with hello world in it might point you to a setting inside of iis and if it only effect .cfm files or it effects all pages for those sites.
Remove the connector. Launch the connector tool as admin and recreate the connector.
If this fails, try accessing simple html page.

Cannot login to stackexchange with firefox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I'm having Problem logging in when I open any stackexchange website via Mozilla Firefox.
I use my yahoo login, so when my yahoo account is logged in, I should automatically logged in to stackexchange. So when I open stackoverflow for example, it recognizes me (a message appears on top of the page saying: "Hello Ashkan, Welcome back...), when click the message to log in, it refreshes the page but I'm not logged in.
Now I'm using chrome to post this question and it works fine.
I don't know it may be a silly mistake, but I'm having this problem for about 2 or 3 months, since Firefox is my favorite browser it's a little annoying to open chrome separately to search for questions on stackoverflow and etc.
I deleted cookies for stackoverflow.com and stackexchange.com, and the problem went away. The instructions to delete cookies for specific websites is available here. I don't know why this happened, but this solution worked for me.
I am facing the same problem and i did all that without a good result But i have found a way around. Under this answer was a link to connect to stackoverflow with facebook. I clicked on that link, it could not connect me but i just clicked on back and i am connected. Hope this will help someone out there.

"View As MIME Type" in Chrome or Firefox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Is there any way to force either Firefox or Chrome to interpret a loaded resource as a particular MIME type?
For example, the raw code views provided by online SCC interfaces such as Google Code send content as text/plain by default. If I'm looking at an HTML file, I'd like to be able to override this in the browser and view it as text/html.
Are there any extensions or hidden commands for Firefox or Chrome that provide "View as MIME type" functionality?
Shameless plug: I just published a (free) Chrome extension to do just what you ask. It's available on the Chrome web store. It works by listening to the chrome.webRequest.onHeadersReceived event and patching in a custom content-type HTTP header. If you'd like the build it yourself or see how it's implemented, the source is available on GitHub.
For Firefox, there is an add-on provides almost the function you wanted: https://addons.mozilla.org/en-US/firefox/addon/force-content-type/ . No idea if there is a Chrome extension or not.
Even if the functionality exists, I wouldn't recommend you to use it in your example: Arbitrary HTML would have access to google.com domain for cookie and script, which is really really bad in terms of security.
Ubuntu 12.04 has an extension to the System Settings called Tweak. This has a FileType Manager.

How can I prevent Firefox from loading images? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm writing a rudimentary screen scraper tool as an FF add-on (using DOM and xpaths). Currently, it runs fine. However, it also runs very slowly, as Firefox takes some time to request and download all the non-textual elements on each page (simply writing a separate application that parses the raw HTML is not feasible as some of the pages that need scraping make rather complicated AJAX requests). While I have seen 'Image block' and 'Flash block' plugins, these all seem to merely prevent the images/flash from displaying, rather than actually suppressing the GET requests.
So my question is this: is there any way for me to prevent Firefox from issuing these GET requests to begin with?
Preferences -> Content -> "Load images automatically".
Adblock Plus (or Adblock) can block images and more...
after installing, on the upper menu (aside of address bar) there appears an icon, right click>Options> Edit Filter:
The filter to block:
GIF images would be .gif
Flash would be .swf
and etc..
if you need to enable for specific site, just click icon and Enable/Pause for this site. then reload page to see images and etc..
for only specific site, like this: http://ad.uk.doubleclick.net/*.swf

Resources