Explorar o código

Use HTTPS instead of HTTP for EUtils calls

Peter Richter %!s(int64=4) %!d(string=hai) anos
pai
achega
9b0b74d5a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

+ 1 - 1
tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

@@ -715,7 +715,7 @@ class TaxonomyImporter extends TripalImporter {
     ]);
 
     // Get the details for this taxonomy.
-    $fetch_url = "http://www.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?" .
+    $fetch_url = "https://www.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?" .
       "db=taxonomy" .
       "&id=$taxid";