Browse Source

Use HTTPS instead of HTTP for EUtils calls

Peter Richter 4 năm trước cách đây
mục cha
commit
9b0b74d5a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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";