You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just encountered an unexpected behavior. My tests fail with 404 response whenever I try to target an url containing port like: http://localhost:XXXX/some_path.
Curl request: curl -XGET 'http://localhost:8080/api/v1/health' results in following output:
I've just encountered an unexpected behavior. My tests fail with 404 response whenever I try to target an url containing port like:
http://localhost:XXXX/some_path
.Curl request:
curl -XGET 'http://localhost:8080/api/v1/health'
results in following output:When using oha with:
oha -n 1 'http://localhost:8080/api/v1/health'
i get following response:As you can see, the path in case of oha-request contains domain and port, which is incorrect and will result in 404 response.
The text was updated successfully, but these errors were encountered: