Hey,
I am using the GET request node to retrieve data from a REST API.
However the result is ,?" for a ,bigger" data.
When I add the Extract Missing Value Cause node, the result will be the following:
How can I retrieve the full data from the REST API?
When I test the same API in POSTMAN it works fine…
(Also, I am using NTLM auth, just a note)
Knime version: 4.3
qqilihq
November 9, 2021, 11:08am
2
Hi HordosBence,
I cannot help with the GET node, but maybe you want to have a look at the HTTP Retriever from Palladian as a robust alternative:
For any questions with the Palladian HTTP nodes feel free to get in touch in the dedicated sub forum!
–Philipp
2 Likes
Hi,
I already tried it, but forgot to mention, the REST API is using NTLM auth.
I could not configure this auth in the Palladian nodes…
2 Likes
qqilihq
November 9, 2021, 12:41pm
4
True – we currently do not support this, sorry!
Hi @HordosBence , the GET Request seems to support NTLM as Labs version:
Give it a try
Hey @bruno29a ,
As I said earlier, I forgot to mention, that I am using NTLM auth in the GET request node.
In the first post, you can see that I am using the GET Request node, it’s configured to NTLM auth.
Hi @HordosBence , sorry for missing that.
I’m not sure what else you can try.
I have no way to test that (at least I do not know a website for that) but maybe you can use a python snippet for that
sth like
import requests
from requests_ntlm2 import HttpNtlmAuth
auth=HttpNtlmAuth('domain\\username','password')
requests.get("http://ntlm_protected_site.com", auth=auth)
br
1 Like
ipazin
November 25, 2021, 1:52pm
9
Hello @HordosBence ,
same API as discussed here?
Hello there!
I am trying to use the GET Request node with NTLM authentication, but the result from the request is either ,?" or the right JSON object.
I am currently using the 4.3 Nightly Build.
My question is: Is there any restrictions for the length of the result from the GET Requests?
Sadly I cannot share the data I am trying to work with, but if I execute the GET Request Node with 1 day of data (one huge object, with more level inside) it works fine. But when I try to get 3-4 days of dat…
Have you tried increasing timeout?
Br,
Ivan
1 Like
system
Closed
May 27, 2022, 1:53am
10
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.