SpreadJS Widget + WiseJ in Azure .WebApp

Answered
0
0

Hi.

I have an application that uses SpreadJs as widget. Works fine. Now, we are entend to use ou app in Azure.

We publish our application, but the SpreadJS widget didin´t load as expected.

We have an small sample published in Azure, and a Azure link to show the app after published.

All the files to support SpreadJs are presents in the published app.

Follow the SpreadJs link in Azure : https://spreadjstest.azurewebsites.net/

 

Any idea about what else is missing in Azure configuratios ?

Regards

Marcelo Blank

 

Attachment
  • You must to post comments
Best Answer
0
0

It’s in the browser log:

qx.min.js?v=1.5.58.0:1 Mixed Content: The page at ‘https://spreadjstest.azurewebsites.net/’ was loaded over HTTPS, but requested an insecure script ‘http://code.jquery.com/jquery-1.9.1.min.js’. This request has been blocked; the content must be served over HTTPS.

You can’t mix https and http.

Also notice that your azure site doesn’t have WebSocket enabled. It doesn’t matter for Wisej, but it’s just a checkbox in Azure.

  • You must to post comments
0
0

Thanks Luca for your prompt response !!

A big detail !!!

I will try..

Regards

Marcelo Blank

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.