We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6d5fb commit 489dda8Copy full SHA for 489dda8
json-ld.html
@@ -12,7 +12,7 @@
12
<button id="submit" class="btn btn-primary">Submit</button>
13
</div>
14
15
-<p>If you supply a full URL, your request will be proxied via <a href="https://corsproxy.io/">corsproxy.io</a></p>
+<p>If you supply a full URL, your request will be proxied via <a href="https://cors.apps.galaxyproject.eu/">cors.apps.galaxyproject.eu</a></p>
16
17
<table class="table table-striped">
18
<thead>
@@ -230,7 +230,7 @@
230
document.getElementById("submit").onclick = function(){
231
var url = document.getElementById("input-url").value
232
if(url.slice(0, 8) === "https://") {
233
- url = `https://corsproxy.io/?${url}`
+ url = `https://cors.apps.galaxyproject.eu/${url}`
234
}
235
236
fetch(url).then(function(response) {
0 commit comments