Skip to content

Commit 489dda8

Browse files
committed
swap cors proxy
1 parent bc6d5fb commit 489dda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-ld.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<button id="submit" class="btn btn-primary">Submit</button>
1313
</div>
1414

15-
<p>If you supply a full URL, your request will be proxied via <a href="https://corsproxy.io/">corsproxy.io</a></p>
15+
<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>
1616

1717
<table class="table table-striped">
1818
<thead>
@@ -230,7 +230,7 @@
230230
document.getElementById("submit").onclick = function(){
231231
var url = document.getElementById("input-url").value
232232
if(url.slice(0, 8) === "https://") {
233-
url = `https://corsproxy.io/?${url}`
233+
url = `https://cors.apps.galaxyproject.eu/${url}`
234234
}
235235

236236
fetch(url).then(function(response) {

0 commit comments

Comments
 (0)