Skip to content

Commit

Permalink
switch to httpbingo.org
Browse files Browse the repository at this point in the history
This seems to be more reliable than httpbin.org nowadays.

See also discussion in
postmanlabs/httpbin#703
  • Loading branch information
eserte committed Jun 26, 2023
1 parent 808d633 commit cdd1716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/lwp-http-tiny.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ if (!eval { require HTTP::Tiny; 1 }) {
my $ua = HTTP::Tiny->new(timeout => 20);

#my $httpbin_url = 'https://httpbin.org';
my $httpbin_url = 'http://eu.httpbin.org';
#my $httpbin_url = 'http://eu.httpbin.org';
my $httpbin_url = 'http://httpbingo.org';

{
my $resp = $ua->get($httpbin_url);
Expand Down

0 comments on commit cdd1716

Please sign in to comment.