Unable to catch logs of a post request to a service - laravel

I am making an axios post request to a service and in the xml response from the server, I'm getting a resCode:1008 and response message of system error: please retry, however, from the service, I am unable to see the error logs of the request to the service.

Related

after post request http respond is 404 not found error in Postman

https://github.com/smollini/youtube-clone1
Backend is starting without any issues, but after sending post request i get 404 not found respond please help.
Postman screen

VertX HTTP GraphQL request responds with 'Query is missing'

When attempting a HTTP request message to the Vert.X HTTP server endpoint, it fails with the error 'io.vertx.core.impl.NoStackTraceThrowable: Query is missing'.
This happens when the Query is passed as part of the request body. The same is NOT observed when the 'query' is provided in the URL.
Adding the following code did not help either.
router.route().handler(BodyHandler.create());

OAuth client webapp with UAA server - error="access_denied", error_description="Error requesting access token."

I am running the OAuth Client from this https://github.com/cfid/uaa-samples/tree/master/basic-java-client
When I try to access the the app, it redirects me to the UAA login page. after I enter credentials, I get the following error:
error="access_denied", error_description="Error requesting access token."
Looking at the logs on my client webapp, I see the following:
-- AuthorizationCodeAccessTokenProvider: Encoding and sending form: {grant_type=
[authorization_code], code=[S9uXYsvgn4], redirect_uri=[http://localhost:8081/sampleapp/login]}
[2018-07-29 15:23:38.759] samples/app - ???? [http-nio-8081-exec-4] .... WARN -
-- RestTemplate: POST request for "http://localhost:8080/uaa/oauth/token" result
ed in 401 (null); invoking error handler
I am not sure what the issue is. Looks like in the call to oauth/token, it should also send the client_id and client_secret? But from the logs above, it looks like its not sending them. Is that the issue? If yes, why are these parameters not sent? Any ideas?

How to customize error message sent to an end-user when bot's endpoint is unavailable?

If a user sends message to a bot while it's endpoint is unavailable or failed processing the message, the user receives an error message from Bot Connector, which seems like that:
POST to {SomeArbitraryBot} failed: POST to the bot's endpoint failed with HTTP status 502
or
POST to {SomeArbitraryBot} failed: A task was canceled.
etc.
Is there a way to customize logic of sending error message or to suppress it at all in such a case?
UPDATE
I posted a corresponding issue at Bot Builder GitHub repository.

google Translation API throwing 503 error

We are getting the error in google Translation. API throwing 503 Server unavailable loading error.
We have licenses API_KEY.
Error from the Raw HTTP action. Error during GET request. 500 Internal Server Error loading from https://www.googleapis.com/language/translate/v2?key=API_KEY&source=fr&target=en&q=Cin%C3%A9maEau%20de%20Parfum
Error from the Click action. The action failed after 3 attempts. Error loading resource: http://www.nocibe.fr/preparateur-solaire/visage/C-62816, Error return code 404, info: Not Found
About HTTP error code 503, I have got this error when I have send more than 5000 characters per request.
About other HTTP errors you can read at API FAQ

Resources