Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Http Status 404

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

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

Could you please post your route setting screenshots on community which will be helpful for us to address your issue?

Best regards

Sabrina

Anonymous
Not applicable
Author

 

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.
0683p000009M7U8.png