8 ms·
"You are accessing from an HTTPS connection and our service is located in an HTTP server." What?
by joksnet 12y ago
"You are accessing from an HTTPS connection and our service is located in an HTTP server."
What?
- jlcanovas 12y agoThe website uses a service located in other domain (servlet deployed in a HTTP server). To deal with CORS, it is better to access the website through HTTP. We are trying to fix this...
- softmodeling 12y agoIn short, this is the sad life of researchers in Software Engineering. You would think we have all kinds of facilities to setup our own servers and the like. Well, we don't :-( (and I better stop here)