Skip to content

Commit

Permalink
Switch tests from neverssl.com to httpforever.com
Browse files Browse the repository at this point in the history
The former has begun to return a 403 (though it works from the browser).
  • Loading branch information
fingolfin committed Nov 18, 2024
1 parent da890fc commit a248b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/http.g
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

LoadPackage("io");

r := SingleHTTPRequest("neverssl.com",80,"GET",
r := SingleHTTPRequest("httpforever.com",80,"GET",
"/index.html",
rec(),false,false);

Expand Down

0 comments on commit a248b7f

Please sign in to comment.