Post Request logs show get requests? #11476
Unanswered
Jonathan-Zollinger
asked this question in
Q&A
Replies: 1 comment 1 reply
-
it seems the API returns 500 for your request. I am not sure this is a Micronaut issue. Try to call the API with curl and same payload.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting to build out a cli where a micronaut httpclient makes calls to a public server. This first api call I'm looking to support makes a post request and I'm failing to get this api call to work properly. When I debug the failed api calls I note that the logs show a few iteration of my api call, and only one of them is a post request, the others are get requests.
I've just pushed my changes in this commit, I'd appreciate if anyone can help me understand what I'm doing wrong or not understanding.
log output
Beta Was this translation helpful? Give feedback.
All reactions