0
votes
1answer
17 views

Please give me reasons why my slider/slideshow wont work on https

i have a site that runs perfectly on "http" but when in "https" the slider won't work. i want to know what possible reasons that my script won't work on "https". <script type="text/javascript"> ...
0
votes
1answer
31 views

How to use https to securely send passwords from client to server on localhost

I looked for hours and I couldn't find a solution to my problem. I'm currently testing a website on my laptop(local host). My site has a server side(php) and a client side. I'm looking for away to ...
3
votes
2answers
1k views

Blocked a frame with origin “http://static.ak.facebook.com” from accessing a frame with origin [duplicate]

Suddenly starts to give this error : Blocked a frame with origin "http://static.ak.facebook.com" from accessing a frame with origin "http://*.com". The frame requesting access set ...
0
votes
1answer
45 views

Javascript framework 'blocked' in Google+ Hangout app (insecure content)

I'm trying to load a 3rd party library (specifically YUI2, to handle drag-and-drop) in a G+ Hangout app that I'm developing. It's just included at the top of the HTML file: <script ...
0
votes
0answers
27 views

Rails - https_redirect on ajax query ( works on non ajax )

Apologies for my english I have one website with 2 "zones" : normal and admin and only the admin zone is under https protocol. I have one filter in the application controller : def https_redirect ...
0
votes
0answers
35 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
57 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
64 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
29 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
21 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
136 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
118 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
37 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
26 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
67 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
57 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
100 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
100 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
43 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
40 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
95 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
2answers
63 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
99 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
70 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
90 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
100 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
41 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 ...

1 2 3 4 5 8
15 30 50 per page