0
votes
0answers
24 views

BxSlider not working over https in IE ( mixed content warning )

I’m using the BxSlider plugin ( http://bxslider.com/ ) and it’s working fine in all browsers except in IE7/8, where I get the mixed content popup warning. All my content is being served over https so ...
0
votes
0answers
38 views

How to change to SSL protocal on location.path in angualarjs?

I am building a single-page app in AngularJs. I'm not sure if this is possible at all. But for example, if I'm on page http://localhost:9000 and I have this $route when('/signup', {templateUrl: ...
0
votes
1answer
49 views

socket.io in node.js: socket.emit doesn't complete before socket.disconnect

I'm trying to use node.js as a server with socket.io (over a https connection server object, client connecting with option secure: true) with a JavaScript front end. On the server if a login attempt ...
0
votes
0answers
25 views

Firefox vs 11.0 Issue with Cache

I am having an issue with Firefox storing cache, even though I explicitly state not to. I have this in my code for .jsp, .html, and template.html <head> <meta http-equiv="Cache-Control" ...
0
votes
0answers
19 views

How to add mail merge field results within a link

I'm looking for a way to send an email with the mail merge field results in a url parameter. The mail merge field: https://mysite.com/insertField.field? ...
0
votes
1answer
59 views

NodeJS Sending a HTTPS SOAP Request

I'm trying to send a SOAP request at a specific end point using nodejs. My request looks like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
2
votes
1answer
29 views

How do I specify HTTP or HTTPS dependent on the current URL?

My code specifies this._restUrl = "http://" + this._info.host + "/app/rest/"; The problem is I can't figure out how to make it use "https://" when using SSL. How can I turn this into an http or ...
0
votes
1answer
98 views

Reload the http parent window from a secure https pop up window using JavaScript

I have a parent window under http and it opens a child popup window under https. I wanted to reload the parent from pop-up window using following Java Script. <script language="JavaScript"> ...
0
votes
1answer
29 views

Linking to http content from https page

Our intranet is accessed via https. I'm looking to add some external widgets like weather to it but they're all accessed via http so whenever the main page loads the user's browser informs the user ...
0
votes
0answers
26 views

Get GeoLocation of a user in a HTTPS

How can I get the location of the user who view my HTTPS (Secure) site in Javascript? Or is there's any free HTTPS-based API web services that I can use? It disables my javascript to get my location ...
-1
votes
2answers
25 views

embedding an external https order form page inside of my website (as a page) [closed]

Here is my problem: I am selling a product online that is sold through a corporate website. I would like the transition between the two sites to be as smooth as possible. Because I do not like the ...
0
votes
1answer
50 views

Free JavaScript Plugin to get user location

Is there an free API/Web Service where I can get geolocation of those who visit my HTTP secure website? before I use https://ssl.geoplugin.net/ to check this, but now they require a premium key to ...
0
votes
2answers
51 views

Window dot open method is getting page can't be displayed issue on download csv file

we are using window.open('https://cerrtificate-name/csv/394099.aspx?mode=-1') to download a csv file from server. It was working good when I use http but failed to work on in the https certificate ...
0
votes
1answer
88 views

Chrome: Google Maps API JS Loading Issue with https

I've got an open source package that I've worked on for SugarCRM that uses the Google Map API. Users have reported that there is a bug with the Chrome Browser (https loading issue). The problem occurs ...
0
votes
1answer
86 views

HttpResponseException in Java Based Adapter

I am trying to do a post request to a URL https://jazz.net/. I am getting the following error. invocation of javascript function 'addTwoIntegers' has failed: Unauthorized" FWLSE0101E: Caused ...
0
votes
1answer
40 views

JSONP secure-connection workaround

I usually make JSONP requests to another domain from the root of my website, https://example.com/ , but I can't do that anymore, since I now use a secure connection. How can I still make an ...
1
vote
1answer
35 views

tinyMCE ssl/https files not loaded

Tiny MCE config: script_url: '/_js/tinyMCE/tiny_mce.js', // Location of TinyMCE script When tinyMce editor is loaded on page it request few files (lang, plugins). Everything is perfect when there ...
1
vote
1answer
89 views

Calling HTTPS APIs from HTTP pages via javascript

I have a landing page on http://example.com ;that has an ajax login bar on it, which sends the user's login to the server, receives the authentication response, and displays it to the user. The ...
0
votes
0answers
21 views

Why would a browser reload fail on glassfish server

I have a web application that runs 24/7 and reloads the browser every 3 hours using window.location.reload(true); //refresh with clearing cache now there are dozens of PCs that runs this web ...
0
votes
1answer
85 views

Load a javascript file over HTTPS in order to pass a secret hash function

I am implementing a system where the log in process is over HTTPS and rest of the site is over HTTP. I was looking for a way to authenticate HTTP requests while preventing potential reply/hijack ...
0
votes
2answers
60 views

What protections does SSL provide for a web service?

I have an ASP.NET website that heavily uses JSON services. The basic structure is: jQuery Plugins -> JSON Service -> Server-Side BAL. But, this solution is obviously not secure, since a malicious ...
0
votes
1answer
88 views

Ajax GET request over HTTPS

How can I send an ajax GET request over HTTPS? $.get throws this: XMLHttpRequest cannot load https://********. Origin null is not allowed by Access-Control-Allow-Origin. Is there another way or ...
0
votes
0answers
64 views

Read http/https response back in iframe

I am doing cross domain call from http page to https page using iframe. basically i have pull down iframe for login where i am asking username and password. So far it is able to login successfully if ...
0
votes
1answer
84 views

Soundcloud https auth with Chrome

My app's auth page uses https and I have the soundcloud connect js using https: <script src="https://connect.soundcloud.com/sdk.js"></script> However when a user has logged in through ...
1
vote
2answers
91 views

script to replace href http:// with //

The e-commerce platform I use, bigcommerce, uses global variables to insert data dynamically. I don't have access to the php needed to manipulate the variables server side. Unless at checkout, the ...
1
vote
1answer
39 views

Content files return “empty” on SSL connection

I have two websites in IIS7 (WS2008) that points to the exact same folder on my server. The standard website (http://example.com) uses a normal HTTP protocol. However I have issued a SSL certificate ...
2
votes
2answers
82 views

Referencing jQuery CDN on a HTTPS secured page?

What's the preferred way of referencing a jQuery library on pages that use https? We have a checkout masterpage that needs to make use of jQuery UI widget but I keep getting an error: Uncaught ...
6
votes
1answer
427 views

swfobject does not work on https in Chrome

I am trying to embed a swf file to a page (google app engine page ) by following javascript code: <script type="text/javascript"> //This example uses dynamic publishing with ...
1
vote
1answer
2k views

Unsafe JavaScript attempt to access frame…Protocols must match

Here's my situation: I have a Javascript plugin that when clicked launches a popup on the third-party sites that host it. That popop then displays an IFRAME, in which I am using Facebook as a login ...
0
votes
0answers
40 views

Is there any way to check the security setting of a Chrome browser?

I want to access some code from an http:// source from an https:// website. I have a popup that prompts the user to change their security setting but I don't want the popup to show every time I go to ...

1 2 3 4 5 7
15 30 50 per page