Question regarding HTTP and Data Grid

0
0

I read in the post about WiseJ 2.0 and Brotli suport the following:

“Wisej uses HTTP for the initial page loading and data loading (datagrid).”

Does this mean that even though we are accessing the site using HTTPS:// that the datagrid always just uses unsecure HTTP ?

 

We have a very data sensitive application for prisons that must ensure ALL data is sent via HTTPS, so I need to check as the application will have to undergo the FBI FIPS certification and I don’t want any surprises.

  • You must to post comments
0
0

Wisej uses (must use, you can’t make an unsecure ajax request from a secure page) the protocol used to load the page. If the page is https then the data loads and all ajax requests are https. The websocket requests also become wss.

You can also enforce a wisej app to always use https by setting “secure”: true in default.json.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.