From 50ea25069a348d6c653cd8acbaf2c46f54ba35be Mon Sep 17 00:00:00 2001 From: Erik Perrone Date: Fri, 2 Mar 2018 13:48:35 +0000 Subject: [PATCH] Switch to https fot connecting the csv conf. file. git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/nlphub@164659 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 4cea94a..bf5d09a 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -39,7 +39,7 @@ $ .ajax({ - url : "http://data.d4science.org/bnp4UDNyb21lSURkQXdDUnlSS0JkVWgzWk1KMUxWVGZHbWJQNStIS0N6Yz0", + url : "https://data.d4science.org/bnp4UDNyb21lSURkQXdDUnlSS0JkVWgzWk1KMUxWVGZHbWJQNStIS0N6Yz0", type : "GET", async : true, contentType : "text/plain; charset=utf-8",