Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am trying to do GET call from route deployed on the server. Earlier there was self-signed certificate verification issue, but I have installed the certificate on the server, but now it returns 404. However, the same call on Postman works upon disabling the SSL verification. I am checking my headers and params everything is the same as in postman call.
please help me to debug this issue.
Thanks
Hello,
Could you please post your route setting screenshots on community which will be helpful for us to address your issue?
Best regards
Sabrina
I am getting org.apache.camel.component.http.HttpOperationFailedException: HTTP operation failed invoking "https://abc/check?id=1&name=abc" with statusCode: 404.
The route is doing simply to GET request with params and headers to the Webservice, where params are already in the URI and headers are content-type and authorization. It's working fine in Postman but when running on studio it throws an error.