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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

HTTP CURL to Talend

Hello,

I have to port on Talend Integration some CURL call. They works fine on windows command line or Postman.

I already tried using tHTTPRequest (as suggested in some posts) but I get follow error:

 

500 INTERNAL SERVER ERROR
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>

[statistics] disconnected

 

Thanks for any suggestion.

0683p000009M6qx.jpg

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

anybody have an idea?

I already tried with tREST get follow error:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>
|500

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Looks like you're trying to get a token but your method says POST, try changing to GET.

Anonymous
Not applicable
Author

Hello,

no I have to use POST method infact i got follow error:

 

405 METHOD NOT ALLOWED
{"error": {"message": "Bad http verb used : GET - POST is required. ", "code": 405}}
[statistics] disconnected

 

... but in Postman is configured as POST.

Many thanks

Andrea

Anonymous
Not applicable
Author

anybody have an idea?

I already tried with tREST get follow error:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>
|500