Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
Looks like you're trying to get a token but your method says POST, try changing to GET.
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
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