book-source-code icon indicating copy to clipboard operation
book-source-code copied to clipboard

ch5: Endpoints are not exposed by the Image.

Open deepak1725 opened this issue 2 years ago • 0 comments

In Reference to Ch5,

Image: istioinaction/catalog:latest is Possibly not exposing given endpoint.

On: curl http://localhost/api/users -H "Host: catalog.istioinaction.io"

I'm getting 404:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /api/users</pre>
</body>
</html>

deepak1725 avatar Mar 26 '23 12:03 deepak1725