Testing in iOS - Chapter 13

The API https://dogpatchserver.herokuapp.com/api/v1/dogs is not working.

Response to a Get is:

<NSHTTPURLResponse: 0x6000029d17a0> { URL: https://dogpatchserver.herokuapp.com/api/v1/dogs/ } { Status Code: 503, Headers {
“Cache-Control” = (
“no-cache, no-store”
);
Connection = (
“keep-alive”
);
“Content-Length” = (
506
);
“Content-Type” = (
“text/html; charset=utf-8”
);
Date = (
“Tue, 06 Apr 2021 14:25:56 GMT”
);
Server = (
Cowboy
);
} }

This topic was automatically closed after 166 days. New replies are no longer allowed.