Hello Shweta,
I think there is a combination of things going on. The error you're probably
seeing first is "Illegal character in fragment at index 239". This is due to
the "{" and "}" in your URL. They both need to be URL encoded to %7B and %7D
respectively. The URL you should be using is below [1].
Second, are you sure the website is running? I tried to reach out to it and my
connection times out, specifically "Read timed out".
[1]
http://unify.impetus.co.in/BigData/_layouts/15/start.aspx#/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2FBigData%2FShared%20Documents%2F3%20CU%2FSkillset%20Analyzer%2FResumes&FolderCTID=0x012000D7E70BB8AE01E840A767ECB4D05AC5ED&View=%7B107FFCED-34CD-4354-B0D3-422058A26150%7D
Joe
- - - - - -
Joseph Percivall
linkedin.com/in/Percivall
e: [email protected]
On Thursday, December 10, 2015 7:18 AM, shweta <[email protected]> wrote:
I have a url as following
http://unify.impetus.co.in/BigData/_layouts/15/start.aspx#/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2FBigData%2FShared%20Documents%2F3%20CU%2FSkillset%20Analyzer%2FResumes&FolderCTID=0x012000D7E70BB8AE01E840A767ECB4D05AC5ED&View={107FFCED-34CD-4354-B0D3-422058A26150}
and I'm trying to fetch some files from above URL using GetHTTP processor.
But it fails. I have tried with decoded URL as well but no luck.
Can anyone please help how to go about it.
--
View this message in context:
http://apache-nifi-developer-list.39713.n7.nabble.com/GetHTTP-processor-not-working-tp5711.html
Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.